AnnotationInfoList |
AnnotationInfoList.directOnly() |
returns the list of direct annotations, excluding meta-annotations.
|
AnnotationInfoList |
AnnotationInfoList.filter(AnnotationInfoList.AnnotationInfoFilter filter) |
Find the subset of the AnnotationInfo objects in this list for which the given filter predicate is
true.
|
AnnotationInfoList |
ClassInfo.getAnnotationInfo() |
Get a list of the annotations on this class, or the empty list if none.
|
AnnotationInfoList |
FieldInfo.getAnnotationInfo() |
Get a list of annotations on this field, along with any annotation parameter values, wrapped in
AnnotationInfo objects.
|
AnnotationInfoList |
MethodInfo.getAnnotationInfo() |
Get a list of annotations on this method, along with any annotation parameter values.
|
AnnotationInfoList |
MethodParameterInfo.getAnnotationInfo() |
Method parameter annotation info (or null if no annotations).
|
AnnotationInfoList |
ModuleInfo.getAnnotationInfo() |
Get any annotations on the package-info.class file.
|
AnnotationInfoList |
PackageInfo.getAnnotationInfo() |
Get any annotations on the package-info.class file.
|