Class RealMultibinder.ExtensionRealMultibinderProvider<T>

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

private static final class RealMultibinder.ExtensionRealMultibinderProvider<T> extends RealMultibinder.BaseFactory<T,Set<T>> implements ProviderWithExtensionVisitor<Set<T>>, MultibinderBinding<Set<T>>
Implementation of BaseFactory that exposes details about the multibinder through the extension SPI.