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
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-2012 The Apache Software Foundation. All Rights Reserved.