Annotation Interface Description


@Target({TYPE,FIELD,METHOD}) @Retention(RUNTIME) @Documented public @interface Description
Defines the data dictionary attribute 'description', which gives a longer description of the object than its label.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Gets the text of the description.
  • Element Details

    • value

      String value
      Gets the text of the description.
      Returns:
      the text of the description.