guice-throwingproviders.jar
.See: Description
Interface | Description |
---|---|
CheckedProvider<T> |
Alternative to the Guice
Provider that throws
a checked Exception. |
ThrowingProvider<T,E extends Exception> | Deprecated
use
CheckedProvider instead. |
Class | Description |
---|---|
ThrowingProviderBinder |
Builds a binding for a
CheckedProvider . |
Annotation Type | Description |
---|---|
CheckedProvides |
Annotates methods of a
Module to create a
CheckedProvider method binding that can throw exceptions. |
ThrowingInject |
A version of @
Inject designed for ThrowingProviders. |
guice-throwingproviders.jar
.