@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
public @interface Custom
A Custom field is available for configuration at all points in time for the model. Custom fields are useful for objects that contain their own annotated fields
| Modifier and Type | Optional Element and Description |
|---|---|
long |
group
Deprecated.
This field is not used and will be removed.
Specify the grouping of the this variable. If not set defaults to a 'non group'
|
java.lang.String |
name
Specify the human-friendly name for this variable.
|