org.directwebremoting.guice
Annotation Type RequestParameters


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

Marks fields or parameters of type Map<String, String[]> that are to be injected with the parameter map of the current HTTP request.

Author:
Tim Peierls [tim at peierls dot net]


Copyright ? 2005