public @interface Option
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
key
Returns the key used to configure this option.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
Returns a description of this configuration option.
|
java.lang.String |
sampleValue
Returns a sample value for this option, if any.
|