Extension for injecting objects that may throw at provision time; this extension requires guice-throwingproviders-3.0.jar
.
CheckedProvider<T> | Alternative to the Guice Provider that throws
a checked Exception. |
ThrowingProvider<T, E extends Exception> |
This interface is deprecated.
use CheckedProvider instead.
|
ThrowingProviderBinder | Builds a binding for a |
ThrowingProviderBinder.SecondaryBinder<P extends CheckedProvider> |