Annotation Interface HeaderMap


@Target(PARAMETER) @Retention(RUNTIME) public @interface HeaderMap
Annotates a request header for request header value binding. Should be used in Controllers and Filters.

Turns the headers on the request into a Map.

Author:
Matthew Tropiano
See Also: