Ignore

public @interface Ignore

Thanks to this annotation, developers can point class fields that should not be included in entity schema definition. To work properly, it is required that either a field or a getter is marked with this annotation. By default, all public fields of an object are included. The discovery logic for this annotation is done in the FieldProcessor and partially in MdsIgnoreAnnotationHandler.

See also: org.motechproject.mds.annotations.internal.FieldProcessor, org.motechproject.mds.jdo.MdsIgnoreAnnotationHandler