Generated by
JDiff

Class com.google.inject.throwingproviders.ThrowingProviderBinder.SecondaryBinder

Added Methods
ScopedBindingBuilder providing(TypeLiteral<? extends T>) @since 4.0
ScopedBindingBuilder providing(Class<? extends T>) @since 4.0
(SecondaryBinder<P, T>scopeExceptions(boolean) Determines if exceptions should be scoped.
 

Changed Methods
SecondaryBinder<P, T> annotatedWith(Class<Annotation>) Change in return type from SecondaryBinder<P> to (SecondaryBinder<P, T>).
 
SecondaryBinder<P, T> annotatedWith(Annotation) Change in return type from SecondaryBinder<P> to (SecondaryBinder<P, T>).