Annotation Interface Message


@Documented @Retention(RUNTIME) @Target(PARAMETER) @Bindable public @interface Message
An annotation that can be applied to method argument to indicate that the argument is bound from the JMS Message.
Since:
1.0.0
Author:
Burt Beckwith