|
Annotation Types Summary |
| DataType |
Used to explicitly set the data type used to select an editor (or display) block. |
| NonVisual |
Marker annotation for properties which are non-visual, and so should not appear (by default)
inside a BeanModel. |
| OrderAfter |
Placed on either a property getter or a property setter method to control the order in which the
properties are presented to the user. |
| OrderBefore |
Placed on either a property getter or a property setter method to control the order in which the
properties are presented to the user. |
| Validate |
Used to attach validation constraints directly to a property (either the getter or the setter
method). |
| Width |
Defines the desired width of the field used to edit the property. |