Uses of Class
com.google.inject.ImplementedBy
-
Packages that use ImplementedBy Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requiresguice-servlet.jar
. -
-
Uses of ImplementedBy in com.google.inject.internal
Methods in com.google.inject.internal with parameters of type ImplementedBy Modifier and Type Method Description private <T> BindingImpl<T>
InjectorImpl. createImplementedByBinding(Key<T> key, Scoping scoping, ImplementedBy implementedBy, Errors errors)
Creates a binding for a type annotated with @ImplementedBy. -
Uses of ImplementedBy in com.google.inject.servlet
Classes in com.google.inject.servlet with annotations of type ImplementedBy Modifier and Type Interface Description (package private) interface
FilterPipeline
An internal dispatcher for guice-servlet registered servlets and filters.
-