Ignore

public @interface Ignore

Thanks to this annotation, developers can point public fields and getter/setter method of a private field that should not be added to the schema definition of an entity. By default, all public fields of an object are added. The discovery logic for this annotation is done in the FieldProcessor

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