Class ProviderMethod.ReflectionProviderMethod<T>

All Implemented Interfaces:
InternalFactory<T>, Provider<T>, HasDependencies, ProviderWithExtensionVisitor<T>, ProvidesMethodBinding<T>, javax.inject.Provider<T>
Enclosing class:
ProviderMethod<T>

private static final class ProviderMethod.ReflectionProviderMethod<T> extends ProviderMethod<T>
A ProviderMethod implementation that invokes the method using normal java reflection.