JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Package
com.google.inject.servlet
Annotation Interface SessionScoped
@Target
({
TYPE
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
SessionScoped
Apply this to implementation classes when you want one instance per session.
See Also:
Scopes.SINGLETON