Package org.hippoecm.hst.core.parameters
Annotation 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
-
Element Details
-
value
FieldGroup[] value- Returns:
- the array of
FieldGroup
s that should be rendered in the array order.
-