AnnotationFinder.AnnotationInfo
, AnnotationFinder.ClassInfo
, AnnotationFinder.FieldInfo
, AnnotationFinder.MethodInfo
, AnnotationFinder.PackageInfo
, AnnotationFinder.ParameterInfo
public static interface AnnotationFinder.Info
Modifier and Type | Method | Description |
---|---|---|
java.util.List<AnnotationFinder.AnnotationInfo> |
getAnnotations() |
|
java.lang.annotation.Annotation[] |
getDeclaredAnnotations() |
|
java.lang.String |
getMetaAnnotationName() |
|
java.lang.String |
getName() |
java.lang.String getMetaAnnotationName()
java.lang.String getName()
java.util.List<AnnotationFinder.AnnotationInfo> getAnnotations()
java.lang.annotation.Annotation[] getDeclaredAnnotations()
Copyright © 2005–2018. All rights reserved.