Class RealMultibinder.RealMultibinderCollectionOfProvidersProvider<T>

All Implemented Interfaces:
InternalFactory<Collection<Provider<T>>>, Provider<Collection<Provider<T>>>, HasDependencies, javax.inject.Provider<Collection<Provider<T>>>
Enclosing class:
RealMultibinder<T>

private static final class RealMultibinder.RealMultibinderCollectionOfProvidersProvider<T> extends RealMultibinder.BaseFactory<T,Collection<Provider<T>>>
Implementation of BaseFactory that exposes a collection of providers of the values in the set.