@Documented
@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface MessageProperty
Annotation used to mark a given template method parameter as a message property substitute, the value of this
annotation i specified is used as the property key to extract the parameter from the message properties and feds it
to the method in the expected type. If no value is specified the property key is taken as the parameter name
- Since:
- 2.0.0
- Author:
- Ruwan