@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface Choices
Note that these conditions must be satisfied:
OptionType must support choicesString| Modifier and Type | Required Element and Description |
|---|---|
@NotNull java.lang.String[] |
value
Returns the values of predefined suggestions.
|