Annotation Interface Option.AllowedValues
- Enclosing class:
Option
Allowed values for this option.
The allowed value is always configured as a string, and is compared to
String.valueOf(Object) of the
value.
For enum options, an allowed value that matches the lower-case Enum.name() is also accepted. The
explicitly declared allowed value is retained in generated configuration metadata.-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionAll allowed values for this prototype option.
-
Element Details
-
value
-