org.kuali.rice.krad.data.provider.annotation
Annotation Type Description
@Target(value={TYPE,FIELD,METHOD})
@Retention(value=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 |
String |
value
Gets the text of the description. |
value
public abstract String value
- Gets the text of the description.
- Returns:
- the text of the description.
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.