Module io.helidon.builder.api
Package io.helidon.builder.api
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.-
Required Element Summary
Modifier and TypeRequired ElementDescriptionAll allowed values for this prototype option.
-
Element Details
-
value
Option.AllowedValue[] valueAll allowed values for this prototype option.- Returns:
- values
-