Package com.google.inject.servlet

Class Summary
GuiceFilter Apply this filter to all requests where you plan to use servlet scopes.
ServletModule Configures the servlet scopes.
ServletScopes Servlet scopes.
 

Annotation Types Summary
RequestScoped Apply this to implementation classes when you want one instance per request.
SessionScoped Apply this to implementation classes when you want one instance per session.