You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That annotation should build getter, setter, property and vetoable change listeners, final static PROPERTY_ field, and all the boilerplate code according to the annotation attributes (somehow similar to what the NetBeans Add Property command does). A @Properties annotation with similar parameters could be provided to annotate a class.
Similarly for us JavaFX developer the following annotation will be as useful as the previous one:
@FXProperty ( style = FXProperty.Style.BASIC )
Where styles are the ones described in the JavaFX Property Cook Book (with possibly more annotation attributes if required by some styles).
That would be much appreciated.
The text was updated successfully, but these errors were encountered:
Add a single annotation that integrate all the aspects of a java property, something similar to the following (asterisks used for default values):
That annotation should build getter, setter, property and vetoable change listeners, final static PROPERTY_ field, and all the boilerplate code according to the annotation attributes (somehow similar to what the NetBeans Add Property command does). A
@Properties
annotation with similar parameters could be provided to annotate a class.Similarly for us JavaFX developer the following annotation will be as useful as the previous one:
Where styles are the ones described in the JavaFX Property Cook Book (with possibly more annotation attributes if required by some styles).
That would be much appreciated.
The text was updated successfully, but these errors were encountered: