Class RealMultibinder.RealMultibinderProvider<T>

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

private static final class RealMultibinder.RealMultibinderProvider<T> extends RealMultibinder.BaseFactory<T,Set<T>>
Provider instance implementation that provides the actual set of values. This is parameterized so it can be used to supply a Set and Setinvalid input: '<'? extends T>, the latter being useful for Kotlin support.