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>) @since 4.0
(SecondaryBinder<P, T>bind(Class<P>, Class<T>) @since 4.0
 

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.