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 Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
comment
The comment for the group.- Returns:
- The comment.
- Default:
""
-
name
The name for the group.- Returns:
- The name for the group.
-