com.google.inject.servlet
Annotation Type SessionScoped


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface SessionScoped

Apply this to implementation classes when you want one instance per session.

Author:
crazybob@google.com (Bob Lee)
See Also:
Scopes.SINGLETON



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