Class RealMapBinder.MultimapBinder<K,V>

java.lang.Object
com.google.inject.internal.RealMapBinder.MultimapBinder<K,V>
All Implemented Interfaces:
Module
Enclosing class:
RealMapBinder<K,V>

private static final class RealMapBinder.MultimapBinder<K,V> extends Object implements Module
Binds Map<K, Set<V>> and {Map<K, Set<Provider<V>>>.

This will only exist if permitDuplicates() is called.