Annotation Interface Column


@Retention(RUNTIME) @Target(FIELD) public @interface Column
Annotation to define the labels (i18n keys) for fields of Persistent objects.
Examples:
        @Column(label="surname")
        private String familyName;

 
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The label (i18n key) for this column
  • Element Details

    • label

      String label
      The label (i18n key) for this column