public abstract class KeyProviderSkeleton<A extends Annotation> extends Object implements KeyProvider<A>
| Constructor and Description |
|---|
KeyProviderSkeleton() |
| Modifier and Type | Method and Description |
|---|---|
com.google.inject.Key<?> |
getKey(com.google.inject.TypeLiteral<?> injectedType,
Field injectedMember,
A resourceAnnotation) |
List<com.google.inject.Key<?>> |
getParameterKeys(com.google.inject.TypeLiteral<?> injectedType,
Method injectedMember,
A resourceAnnotation) |
public com.google.inject.Key<?> getKey(com.google.inject.TypeLiteral<?> injectedType,
Field injectedMember,
A resourceAnnotation)
getKey in interface KeyProvider<A extends Annotation>public List<com.google.inject.Key<?>> getParameterKeys(com.google.inject.TypeLiteral<?> injectedType, Method injectedMember, A resourceAnnotation)
getParameterKeys in interface KeyProvider<A extends Annotation>Copyright © 2010–2015 Mycila. All rights reserved.