Generated by
JDiff

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

Added Methods
ScopedBindingBuilder providing(TypeLiteral<? extends T>)  
ScopedBindingBuilder providing(Class<? extends T>)  
 

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>).