Annotation Type MessageHeader
-
@Documented @Retention(RUNTIME) @Target({PARAMETER,TYPE,METHOD}) @Repeatable(MessageHeaders.class) @Bindable @Inherited public @interface MessageHeaderAn annotation that can be applied to method argument to indicate that the method argument is bound from a message header.
- Since:
- 2.4.0