Package | Description |
---|---|
org.apache.xbean.finder |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,MetaAnnotation<?>> |
MetaAnnotatedElement.annotations |
private java.util.List<MetaAnnotation<T>> |
MetaAnnotation.conflicts |
Modifier and Type | Method and Description |
---|---|
java.util.List<MetaAnnotation<T>> |
MetaAnnotation.getConflicts() |
java.util.Collection<MetaAnnotation<?>> |
MetaAnnotatedElement.getMetaAnnotations() |
java.util.Collection<MetaAnnotation<?>> |
MetaAnnotated.getMetaAnnotations() |
protected static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,MetaAnnotation<?>> |
MetaAnnotatedElement.unroll(java.lang.reflect.AnnotatedElement element) |
protected static java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,MetaAnnotation<?>> |
MetaAnnotatedElement.unroll(java.lang.annotation.Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
private static void |
MetaAnnotatedElement.unroll(java.lang.Class<? extends java.lang.annotation.Annotation> clazz,
int depth,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,MetaAnnotation<?>> found) |
Constructor and Description |
---|
MetaAnnotatedElement(T target,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,MetaAnnotation<?>> annotations) |