Package com.google.inject.throwingproviders

Extension for injecting objects that may throw at provision time; this extension requires guice-throwingproviders-2.0.jar.

See:
          Description

Interface Summary
ThrowingProvider<T,E extends Exception> Alternative to the Guice Provider that throws a checked Exception.
 

Class Summary
ThrowingProviderBinder Builds a binding for a ThrowingProvider using a fluent API:
 

Package com.google.inject.throwingproviders Description

Extension for injecting objects that may throw at provision time; this extension requires guice-throwingproviders-2.0.jar.