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
 java.util.List<AnnotationFinder.AnnotationInfo> getAnnotations()
           
 java.lang.annotation.Annotation[] getDeclaredAnnotations()
           
 java.lang.String getMetaAnnotationName()
           
 java.lang.String getName()
           
 

Method Detail

getMetaAnnotationName

java.lang.String getMetaAnnotationName()

getName

java.lang.String getName()

getAnnotations

java.util.List<AnnotationFinder.AnnotationInfo> getAnnotations()

getDeclaredAnnotations

java.lang.annotation.Annotation[] getDeclaredAnnotations()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.