| Modifier and Type | Method and Description |
|---|---|
ThrowingProviderBinder.SecondaryBinder<P,T> |
ThrowingProviderBinder.SecondaryBinder.annotatedWith(Annotation annotation) |
ThrowingProviderBinder.SecondaryBinder<P,T> |
ThrowingProviderBinder.SecondaryBinder.annotatedWith(Class<? extends Annotation> annotationType) |
<P extends CheckedProvider,T> |
ThrowingProviderBinder.bind(Class<P> interfaceType,
Class<T> clazz) |
<P extends CheckedProvider> |
ThrowingProviderBinder.bind(Class<P> interfaceType,
Type clazz)
Deprecated.
|
<P extends CheckedProvider,T> |
ThrowingProviderBinder.bind(Class<P> interfaceType,
TypeLiteral<T> typeLiteral) |
ThrowingProviderBinder.SecondaryBinder<P,T> |
ThrowingProviderBinder.SecondaryBinder.scopeExceptions(boolean scopeExceptions)
Determines if exceptions should be scoped.
|
Copyright © 2006–2018 Google, Inc.. All rights reserved.