Module io.helidon.builder.api
Package io.helidon.builder.api
Annotation Interface Option.AllowedValue
- Enclosing class:
Option
@Target(METHOD)
@Inherited
@Retention(CLASS)
@Repeatable(AllowedValues.class)
public static @interface Option.AllowedValue
Can be used to define a list of possible values of an option.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionDescription of this value, used in documentation, may be used in error handling.Value of the option.