Annotation Interface MessageIdentifier


@Retention(RUNTIME) @Target({PARAMETER,ANNOTATION_TYPE}) public @interface MessageIdentifier
Annotation indication that a parameter on a Message Handler method should be injected with the identifier of a Message. The parameter type must be assignable from String.
Since:
3.0.0
Author:
Steven van Beelen