Uses of Annotation Interface
com.google.inject.ScopeAnnotation
Packages that use ScopeAnnotation
Package
Description
Google Guice (pronounced "juice") is an ultra-lightweight dependency injection framework.
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar
.-
Uses of ScopeAnnotation in com.google.inject
Classes in com.google.inject with annotations of type ScopeAnnotation -
Uses of ScopeAnnotation in com.google.inject.servlet
Classes in com.google.inject.servlet with annotations of type ScopeAnnotationModifier and TypeClassDescription@interface
Apply this to implementation classes when you want one instance per session.