guice-throwingproviders-3.0.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. |
guice-throwingproviders-3.0.jar.Copyright © 2006-2012 Google, Inc.. All Rights Reserved.