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
- Version:
- $Rev$ $Date$
-
Method Summary
-
Method Details
-
getMetaAnnotationName
String getMetaAnnotationName() -
getName
String getName() -
getAnnotations
List<AnnotationFinder.AnnotationInfo> getAnnotations() -
getDeclaredAnnotations
Annotation[] getDeclaredAnnotations()
-