@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ModuleOption
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Provide a short description of the option.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
defaultValue
Provide a default value representation of the option.
|
boolean |
hidden
Whether this option is considered "expert" or "infrastructure" and should typically not be presented to user.
|
public abstract java.lang.String value
public abstract java.lang.String defaultValue
public abstract boolean hidden