| Package | Description |
|---|---|
| com.google.inject.internal |
Guice (sounds like like "juice")
|
| com.google.inject.multibindings |
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar. |
| com.google.inject.spi |
Guice service provider interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExposedBindingImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
Indexer.IndexedBinding |
Indexer.visit(ExposedBinding<? extends java.lang.Object> binding) |
| Modifier and Type | Method and Description |
|---|---|
V |
DefaultBindingTargetVisitor.visit(ExposedBinding<? extends T> exposedBinding) |
V |
BindingTargetVisitor.visit(ExposedBinding<? extends T> binding)
Visit a binding to a key exposed from an enclosed private environment.
|