NonEditable

public @interface NonEditable

The NonEditable annotation is used to mark a field non-editable via UI. The discovery logic for this annotation is done in org.motechproject.mds.annotations.internal.NonEditableProcessor. Only fields, ‘getter’ or ‘setter’ methods can have this annotation for other methods this annotation is omitted.

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