@Retention(value=CLASS) @Target(value=FIELD) public @interface Option
value is in a static field
annotated by this annotation type.OptionDescriptor| Modifier and Type | Required Element and Description |
|---|---|
String |
help
Gets a help message for the option.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
name
The name of the option.
|
OptionType |
type
Specifies the type of the option.
|
public abstract OptionType type