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
    Modifier and Type
    Required Element
    Description
    The name for the group.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The comment for the group.
  • Element Details

    • comment

      The comment for the group.
      Returns:
      The comment.
      Default:
      ""
    • name

      The name for the group.
      Returns:
      The name for the group.