| Package | Description |
|---|---|
| org.apache.xbean.finder |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AnnotationFinder.ClassInfo> |
AnnotationFinder.classInfos |
protected Map<String,AnnotationFinder.ClassInfo> |
AnnotationFinder.originalInfos |
| Modifier and Type | Method and Description |
|---|---|
AnnotationFinder.ClassInfo |
AnnotationFinder.MethodInfo.getDeclaringClass() |
AnnotationFinder.ClassInfo |
AnnotationFinder.FieldInfo.getDeclaringClass() |
| Constructor and Description |
|---|
AnnotationFinder.FieldInfo(AnnotationFinder.ClassInfo info,
Field field) |
AnnotationFinder.FieldInfo(AnnotationFinder.ClassInfo declaringClass,
String name,
String type) |
AnnotationFinder.MethodInfo(AnnotationFinder.ClassInfo info,
Constructor constructor) |
AnnotationFinder.MethodInfo(AnnotationFinder.ClassInfo info,
Method method) |
AnnotationFinder.MethodInfo(AnnotationFinder.ClassInfo declarignClass,
String name,
String descriptor) |
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.