Annotation Type Setting.Group.Info


  • @Target(FIELD)
    @Retention(CLASS)
    public static @interface Setting.Group.Info
    Group definition annotation. The annotation must be used on a "declared" static final field named inside a setting factory (i.e. a classed annotated with Setting.Factory). A declared group field is one initialized with Setting.Group.declare(). \@Setting.Factory class MySettings { \@Setting.Group.Info(id="a", desc="A group") static final A_GROUP = Setting.Group.declare() }
    See Also:
    Setting
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String desc  
      String id  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean global  
      int order  
      • global

        boolean global
        Default:
        true
      • order

        int order
        Default:
        2147483647