|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.inject.api.Key<T> org.apache.commons.inject.impl.AbstractBindingSet.MappedKey<T>
public static class AbstractBindingSet.MappedKey<T>
The internal map of bindings uses this key.
Field Summary |
---|
Fields inherited from class org.apache.commons.inject.api.Key |
---|
NO_ANNOTATIONS, NO_NAME |
Constructor Summary | |
---|---|
AbstractBindingSet.MappedKey(Class<T> pType,
String pName,
Annotation[] pAnnotations,
Class<? extends Annotation> pAnnotationType)
|
Method Summary | |
---|---|
Class<? extends Annotation> |
getAnnotationType()
|
Methods inherited from class org.apache.commons.inject.api.Key |
---|
getAnnotations, getName, getType, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AbstractBindingSet.MappedKey(Class<T> pType, String pName, Annotation[] pAnnotations, Class<? extends Annotation> pAnnotationType)
Method Detail |
---|
public Class<? extends Annotation> getAnnotationType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |