Package org.moddingx.libx.config
Annotation 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 
- 
Element Details
- 
value
String[] valueThe comment for this config group.- Default:
 {}
 
 -