org.directwebremoting.guice
Annotation Type GlobalApplicationScoped


@Target(value={TYPE,METHOD})
@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 ยจ 2008