Package com.google.inject.throwingproviders

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

See:
          Description

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

Class Summary
ThrowingProviderBinder Builds a binding for a CheckedProvider.
 

Annotation Types Summary
CheckedProvides Annotates methods of a Module to create a CheckedProvider method binding that can throw exceptions.
 

Package com.google.inject.throwingproviders Description

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



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.