@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Option
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String[] |
dependencies
Get the dependencies of this option.
|
java.lang.String |
value
Get the name of the option.
|
public abstract java.lang.String value
public abstract java.lang.String[] dependencies
ConfigTypeSerializer to get the values of the dependencies.