Package pi.config
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.
- Since:
- 0.42.0
- Author:
- Steffen Wilke, Matthias Wilke
-
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
-