Extension for binding multiple instances in a collection; this extension requires guice-multibindings-2.0.jar
.
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. |