Package org.tquadrat.foundation.config
Annotation Interface INIGroup
@ClassVersion(sourceVersion="$Id: INIGroup.java 949 2021-12-28 11:09:25Z tquadrat $")
@Documented
@Retention(CLASS)
@Target(TYPE)
@Repeatable(INIGroups.class)
@API(status=STABLE,
     since="0.1.0")
public @interface INIGroup
The definition for a 
INI file group.- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: INIGroup.java 949 2021-12-28 11:09:25Z tquadrat $
- Since:
- 0.1.0
- 
Required Element SummaryRequired Elements
- 
Optional Element SummaryOptional Elements
- 
Element Details- 
commentThe comment for the group.- Returns:
- The comment.
 - Default:
- ""
 
- 
nameThe name for the group.- Returns:
- The name for the group.
 
 
- 
