Package com.groiss.store
Annotation Interface Column
Annotation to define the labels (i18n keys) for fields of
Examples:
Persistent
objects.
Examples:
@Column(label="surname") private String familyName;
-
Required Element Summary
-
Element Details
-
label
String labelThe label (i18n key) for this column
-