Annotation Interface Config


@Retention(RUNTIME) @Target(TYPE) public @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

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Name of this block of configuration variables.
  • Element Details

    • value

      String value
      Name of this block of configuration variables. Defaults to the class's simple name.
      Default:
      ""