Entity

public @interface Entity

The Entity annotation is used by developers to point classes, that should be mapped as Motech Dataservices Entities. The discovery logic for this annotation is done in org.motechproject.mds.annotations.internal.EntityProcessor

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