.. java:import:: java.lang.annotation Documented .. java:import:: java.lang.annotation ElementType .. java:import:: java.lang.annotation Retention .. java:import:: java.lang.annotation RetentionPolicy .. java:import:: java.lang.annotation Target Ignore ====== .. java:package:: org.motechproject.mds.annotations :noindex: .. java:type:: @Target @Retention @Documented 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:** :java:ref:`org.motechproject.mds.annotations.internal.FieldProcessor`