Module com.github.rvesse.airline
Annotation Interface AllowedEnumValues
Annotation that marks that the option/arguments are restricted to a given set
of raw string values as defined by a given enum type
-
Required Element Summary
Required Elements
-
Element Details
-
value
Sets the enum type from whose values the allowed values are taken- Returns:
- Enum type
-