Lookup

public @interface Lookup

The Lookup annotation is used to point methods, in classes that implements org.motechproject.mds.service.MotechDataService, that should be mapped as MDS lookups. The discovery logic for this annotation is done in the org.motechproject.mds.annotations.internal.LookupProcessor

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