IndexedManyToMany

public @interface IndexedManyToMany

The IndexedManyToMany annotation is used to point ManyToMany indexed relation fields and to avoid using of @Persistent(mappedBy = “relatedField”). Only fields can have this annotation.

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