org.apache.xbean.finder
Interface AnnotationFinder.Info

All Known Implementing Classes:
AnnotationFinder.AnnotationInfo, AnnotationFinder.ClassInfo, AnnotationFinder.FieldInfo, AnnotationFinder.MethodInfo, AnnotationFinder.PackageInfo
Enclosing class:
AnnotationFinder

public static interface AnnotationFinder.Info


Method Summary
 List<AnnotationFinder.AnnotationInfo> getAnnotations()
           
 Annotation[] getDeclaredAnnotations()
           
 String getMetaAnnotationName()
           
 String getName()
           
 

Method Detail

getMetaAnnotationName

String getMetaAnnotationName()

getName

String getName()

getAnnotations

List<AnnotationFinder.AnnotationInfo> getAnnotations()

getDeclaredAnnotations

Annotation[] getDeclaredAnnotations()


Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.