@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface EventHeaders
Annotation which indicates that a method parameter should be bound to the
event headers of a message. The annotated parameter must be assignable to
Map
with String keys and Object values.
- Author:
- Janne Valkealahti