Annotation Interface FieldGroupList


@Retention(RUNTIME) @Target(TYPE) public @interface FieldGroupList
Indicates that the annotated class contains a set of field groups that have to be rendered in a certain order. This annotation should only be used on interfaces that map to channel information.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      FieldGroup[] value
      Returns:
      the array of FieldGroups that should be rendered in the array order.