Annotation Interface Label


@Target({TYPE,FIELD,METHOD}) @Retention(RUNTIME) @Documented public @interface Label
Defines the data dictionary attribute 'label' that provides the primary label for the property on a field.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Gets the label of the property.
  • Element Details

    • value

      String value
      Gets the label of the property.
      Returns:
      the label of the property.