org.directwebremoting.guice
Annotation Type GlobalApplicationScoped


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

Marks classes for which there should be one instance per web application (i.e., per servlet context).

Author:
Tim Peierls [tim at peierls dot net]


Copyright ? 2005