MotechParam

public @interface MotechParam

The MotechParam annotation is used by developers to specify parameters in a method which handles event. The parameters are used only in the org.motechproject.event.listener.annotations.MotechListenerNamedParametersProxy type of listener.

This annotation is processed by org.motechproject.event.listener.annotations.MotechListenerNamedParametersProxy.callHandler(org.motechproject.event.MotechEvent)

Author:yyonkov

See also: org.motechproject.event.listener.annotations.MotechListenerNamedParametersProxy