Is there an environment for synchronizing POJO properties? For example, I want to express (in some high-level declarative form) that, foo.text = bar.text + baz.textor foo.y = (max(bars, y)).ywithout the need to register a change in a property, an element adds and removes listeners on values ββand (especially) collections that repeat and -prone errors.
source
share