@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.
|
public abstract java.lang.String value
public abstract java.lang.String defaultValue