Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like like "juice")
|
com.google.inject.servlet |
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar . |
Modifier and Type | Method and 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.
|
Modifier and Type | Interface and Description |
---|---|
(package private) interface |
FilterPipeline
An internal dispatcher for guice-servlet registered servlets and filters.
|