org.directwebremoting.guice
Annotation Type RequestScoped


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface RequestScoped

Marks classes for which there should be one instance per HTTP request.

Author:
Tim Peierls [tim at peierls dot net]


Copyright ? 2005