Annotation 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
-
Element Details
-
prefix
String prefixSpecifies the prefix for the configuration group.- Returns:
- the prefix for the configuration group.
- Default:
""
-
debug
boolean debugSpecifies whether debug mode is enabled for the configuration group.- Returns:
- true if debug mode is enabled, false otherwise.
- Default:
false
-