@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface WriteTransient
In the case writeBack support is enabled, all changes in javafx properties on the resulting entity(ies) will lead to a writeback operation. In some cases, this is not desirable. Adding the WriteTransient annotation to one or more fields in the class definition of the resulting object will prevent changes to propagate to the original datasource.