Annotation Interface ParameterMap


@Target(PARAMETER) @Retention(RUNTIME) public @interface ParameterMap
Annotates a method parameter for request parameter binding. Should be used in Controllers.

Turns the parameters on the request into a Map.

Author:
Matthew Tropiano
See Also: