Annotation Interface ConfigValue
Deprecated.
Old API
Used to indicate that a field should be saved to and loaded from config
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintDeprecated.Deprecated.Deprecated.
-
Element Details
-
value
String valueDeprecated.- Returns:
- The path to the config value represented by the field bearing this annotation
- Default:
- ""
-
priority
int priorityDeprecated.- Returns:
- The priority of this ConfigValue, higher priority will be loaded first
- Default:
- 1
-
type
ConversionType typeDeprecated.- Returns:
- Which type of conversion this value should use
- Default:
- AUTO
-