Annotation Interface Config
Annotation that specifies configuration classes.
All public, static, non-final fields of the class will be automatically added as configuration
variables in the dashboard. When the user saves new values, these fields are correspondingly
updated. Classes annotated with Disabled
are
ignored.
-
Optional Element Summary
-
Element Details
-
value
String valueName of this block of configuration variables. Defaults to the class's simple name.- Default:
- ""
-