Annotation Interface Config


@Retention(RUNTIME) @Target(FIELD) @Documented public @interface Config
This annotation is added to a field that serves as a config value. See ConfigManager for more info.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The comment for this config value.
  • Element Details

    • value

      String[] value
      The comment for this config value.
      Default:
      {}