@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface SelectValues
Property.Type.Select
or Property.Type.FreeSelect
, and specify the selectable values.Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
values |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
freeSelect |