@Documented
@Retention(value=RUNTIME)
@Target(value={PARAMETER,TYPE,METHOD})
@Repeatable(value=Headers.class)
@Bindable
public @interface Header
An annotation that can be applied to method argument to indicate that the method argument is bound from a message header.