UIDisplayable

public @interface UIDisplayable

The UIDisplayable annotation is used to mark a field as being in the default display for a listing of objects. If no field is marked with this annotation, all of them will be treated as displayable. The discovery logic for this annotation is done in org.motechproject.mds.annotations.internal.UIDisplayableProcessor.

Only fields, ‘getter’ or ‘setter’ methods can have this annotation for other methods this annotation is omitted.

See also: org.motechproject.mds.annotations.internal.UIDisplayableProcessor