Interface to be implemented by writable properties whose value can be set by the programmer or slave to readable
properties.
If you are using JavaFX, you should better use JavaFX's property binding mechanism. The binding mechanism provided by
the ValidationFramework is mostly meant for Swing and other frameworks that can benefit from it. JavaFX has a much
more furnished API to achieve similar goals and much more.