.. 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 Cascade ======= .. java:package:: org.motechproject.mds.annotations :noindex: .. java:type:: @Target @Retention @Documented public @interface Cascade The \ ``Cascade``\ annotation is used by developers to set correct cascade properties for the given field that is a relationship. **See also:** :java:ref:`org.motechproject.mds.annotations.internal.FieldProcessor`