@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface Order
| Modifier and Type | Required Element and Description |
|---|---|
int |
value
The new index of the field.
|
public abstract int value
0 makes the field the first in the config file.Integer.MAX_VALUE makes the field the last in the config file.0.