Generated by
JDiff

Interface com.google.inject.spi.ProviderInstanceBinding

Added Methods
(Provider<? extends T>getUserSuppliedProvider() Returns the user-supplied, unscoped provider.
 

Changed Methods
Set<InjectionPoint> getInjectionPoints() Changed from non-abstract to abstract. Returns the field and method injection points of the provider, injected at injector-creation time only.
Provider<? extends T> getProviderInstance() Documentation changed from old to new.
Changed from non-abstract to abstract. Now deprecated.
Use {@link #getUserSuppliedProvider} instead.