Package | Description |
---|---|
com.google.inject.internal |
Guice (sounds like "juice")
|
com.google.inject.multibindings |
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar . |
Modifier and Type | Class and Description |
---|---|
private static class |
RealMultibinder.ExtensionRealMultibinderProvider<T>
Implementation of BaseFactory that exposes details about the multibinder through the extension
SPI.
|
Modifier and Type | Method and Description |
---|---|
V |
MultibindingsTargetVisitor.visit(MultibinderBinding<? extends T> multibinding)
Visits a binding created through
Multibinder . |