Generated by
JDiff

Package com.google.inject.throwingproviders

Added Classes
CheckedProviders Static utility methods for creating and working with instances of CheckedProvider.
 

Changed Classes and Interfaces
CheckedProvider Alternative to the Guice com.google.inject.Provider that throws a checked Exception.
CheckedProvides Annotates methods of a com.google.inject.Module to create a CheckedProvider method binding that can throw exceptions.
ThrowingInject A version of {@literal @}Inject designed for ThrowingProviders.
ThrowingProvider Alternative to the Guice com.google.inject.Provider that throws a checked Exception.
ThrowingProviderBinder Builds a binding for a CheckedProvider.