Uses of Annotation Interface
com.google.inject.ImplementedBy
Packages that use ImplementedBy
Package
Description
Guice (sounds like "juice")
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar
.-
Uses of ImplementedBy in com.google.inject.internal
Methods in com.google.inject.internal with parameters of type ImplementedByModifier and TypeMethodDescriptionprivate <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 ImplementedByModifier and TypeInterfaceDescription(package private) interface
An internal dispatcher for guice-servlet registered servlets and filters.