Lookup

public @interface Lookup

The Lookup annotation is used by developers to point methods, in classes that implements org.motechproject.mds.service.MotechDataService, that should be mapped as Motech Dataservices Lookups. The discovery logic for this annotation is done in org.motechproject.mds.annotations.internal.LookupProcessor

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