Package | Description |
---|---|
com.google.inject.multibindings |
Extension for binding multiple instances in a collection; this extension requires
guice-multibindings.jar . |
Class | Description |
---|---|
MapBinder |
An API to bind multiple map entries separately, only to later inject them as a complete map.
|
MapBinderBinding |
A binding for a MapBinder.
|
MapKey |
Allows users define customized key type annotations for map bindings by annotating an annotation
of a
Map 's key type. |
Multibinder |
An API to bind multiple values separately, only to later inject them as a complete collection.
|
MultibinderBinding |
A binding for a Multibinder.
|
OptionalBinder |
An API to bind optional values, optionally with a default value.
|
OptionalBinderBinding |
A binding for a OptionalBinder.
|
ProvidesIntoOptional.Type |
Copyright © 2006–2018 Google, Inc.. All rights reserved.