guice-throwingproviders.jar.See: Description
| Interface | Description |
|---|---|
| CheckedProvider<T> |
Alternative to the Guice
Provider that throws a checked Exception. |
| ThrowingProvider<T,E extends java.lang.Exception> | Deprecated
use
CheckedProvider instead. |
| Class | Description |
|---|---|
| CheckedProviders |
Static utility methods for creating and working with instances of
CheckedProvider. |
| 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.