JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Integration
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element
org.springframework.integration.annotation
Annotation Type Headers
@Target
(
value
=
PARAMETER
)
@Retention
(
value
=
RUNTIME
)
@Documented
public @interface
Headers
Annotation indicating that a method parameter's value should be mapped to or from the message headers. The annotated parameter must be assignable to
Map
, and all of the Map's keys must be Strings.
Author:
Mark Fisher
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Integration
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element