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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<AnnotationFinder.AnnotationInfo>getAnnotations()java.lang.annotation.Annotation[]getDeclaredAnnotations()java.lang.StringgetMetaAnnotationName()java.lang.StringgetName()
-
-
-
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()
-
-