Package com.google.inject.throwingproviders
Extension for injecting objects that may throw at provision time; this extension requires
guice-throwingproviders.jar
.-
Interface Summary Interface Description CheckedProvider<T> Alternative to the GuiceProvider
that throws a checked Exception.ThrowingProvider<T,E extends Exception> Deprecated. useCheckedProvider
instead. -
Class Summary Class Description CheckedProviders Static utility methods for creating and working with instances ofCheckedProvider
.ThrowingProviderBinder Builds a binding for aCheckedProvider
. -
Annotation Types Summary Annotation Type Description CheckedProvides Annotates methods of aModule
to create aCheckedProvider
method binding that can throw exceptions.ThrowingInject A version of @Inject
designed for ThrowingProviders.