Uses of Annotation Interface
com.google.inject.Singleton
Packages that use Singleton
Package
Description
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar.-
Uses of Singleton in com.google.inject.servlet
Classes in com.google.inject.servlet with annotations of type SingletonModifier and TypeClassDescription(package private) static classSpecial Provider that tries to obtain an injected servlet context, specific to the current injector, failing which, it falls back to the static singleton instance that is available in the legacy Guice Servlet.(package private) classCentral routing/dispatch class handles lifecycle of managed filters, and delegates to the servlet pipeline.(package private) classA wrapping dispatcher for servlets, in much the same way asManagedFilterPipelineis for filters.Methods in com.google.inject.servlet with annotations of type SingletonModifier and TypeMethodDescription(package private) GuiceFilterInternalServletModule.provideScopingOnlyGuiceFilter()