Annotation Interface Group


@Retention(RUNTIME) @Target(TYPE) @Documented public @interface Group
This annotation can be added to a static class inside a config class to add a comment to a subgroup. However, the annotation is not required and may be omitted. See ConfigManager for more info.
  • Optional Element Summary

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

    • value

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