Generated by
JDiff

Class com.google.inject.throwingproviders.ThrowingProviderBinder

Documentation changed from old to new.

Added Methods
(SecondaryBinder<P, T>bind(Class<P>, TypeLiteral<T>)  
(SecondaryBinder<P, T>bind(Class<P>, Class<T>)  
 

Changed Methods
SecondaryBinder<P, ?> bind(Class<P>, Type) Change in return type from SecondaryBinder<P> to (SecondaryBinder<P, ?>).
Documentation changed from old to new.
Now deprecated.
Use {@link #bind(Class, Class)} or {@link #bind(Class, TypeLiteral)} instead.