Package org.apache.xbean.finder
Interface AnnotationFinder.Info
- All Known Implementing Classes:
AnnotationFinder.AnnotationInfo
,AnnotationFinder.ClassInfo
,AnnotationFinder.FieldInfo
,AnnotationFinder.MethodInfo
,AnnotationFinder.PackageInfo
,AnnotationFinder.ParameterInfo
- Enclosing class:
- AnnotationFinder
public static interface AnnotationFinder.Info
-
Method Summary
-
Method Details
-
getMetaAnnotationName
String getMetaAnnotationName() -
getName
String getName() -
getAnnotations
List<AnnotationFinder.AnnotationInfo> getAnnotations() -
getDeclaredAnnotations
Annotation[] getDeclaredAnnotations()
-