Annotation Interface ConfigurationGroupInfo


@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface ConfigurationGroupInfo
Annotation to provide metadata for configuration groups. This annotation can be used to specify a prefix and debug mode for configuration groups.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Specifies whether debug mode is enabled for the configuration group.
    Specifies the prefix for the configuration group.
  • Element Details

    • prefix

      String prefix
      Specifies the prefix for the configuration group.
      Returns:
      the prefix for the configuration group.
      Default:
      ""
    • debug

      boolean debug
      Specifies whether debug mode is enabled for the configuration group.
      Returns:
      true if debug mode is enabled, false otherwise.
      Default:
      false