Extension for binding multiple instances in a collection; this extension requires guice-multibindings-3.0.jar
.
MapBinderBinding<T> | A binding for a MapBinder. |
MultibinderBinding<T> | A binding for a Multibinder. |
MultibindingsTargetVisitor<T, V> | A visitor for the multibinder extension. |
MapBinder<K, V> | An API to bind multiple map entries separately, only to later inject them as a complete map. |
Multibinder<T> | An API to bind multiple values separately, only to later inject them as a complete collection. |