com.google.inject.servlet
Annotation Type RequestParameters


@Retention(value=RUNTIME)
@Target(value={FIELD,PARAMETER,METHOD})
public @interface RequestParameters

Apply this to field or parameters of type Map<String, String[]> when you want the HTTP request parameter map to be injected.

Author:
crazybob@google.com (Bob Lee)



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.