JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
com.peterphi.std.guice.web.rest.scoping
Annotation Interface SessionScoped
@Target
({
TYPE
,
METHOD
})
@Retention
(
RUNTIME
)
public @interface
SessionScoped
Apply this to implementation classes when you want one instance per HTTP session.