Package com.google.inject.servlet
Annotation Type RequestParameters
-
@Retention(RUNTIME) @Target({FIELD,PARAMETER,METHOD}) public @interface RequestParametersApply this to field or parameters of typeMap<String, String[]>when you want the HTTP request parameter map to be injected.