| Modifier and Type | Method and Description |
|---|---|
AnnotationInfo |
PackageInfo.getAnnotationInfo(Class<? extends Annotation> annotation)
Get a the annotation on this package, or null if the package does not have the annotation.
|
AnnotationInfo |
ClassInfo.getAnnotationInfo(Class<? extends Annotation> annotation)
Get a the non-
Repeatable annotation on this class, or null if the class does not have the annotation. |
AnnotationInfo |
ModuleInfo.getAnnotationInfo(Class<? extends Annotation> annotation)
Get a the annotation on this module, or null if the module does not have the annotation.
|
AnnotationInfo |
MethodParameterInfo.getAnnotationInfo(Class<? extends Annotation> annotation)
Get a the non-
Repeatable annotation on this method, or null if the method parameter does not have the
annotation. |
AnnotationInfo |
FieldInfo.getAnnotationInfo(Class<? extends Annotation> annotation)
Get a the non-
Repeatable annotation on this field, or null if the field does not have the annotation. |
AnnotationInfo |
MethodInfo.getAnnotationInfo(Class<? extends Annotation> annotation)
Get a the non-
Repeatable annotation on this method, or null if the method does not have the
annotation. |
AnnotationInfo |
PackageInfo.getAnnotationInfo(String annotationName)
Get a the named annotation on this package, or null if the package does not have the named annotation.
|
AnnotationInfo |
ClassInfo.getAnnotationInfo(String annotationName)
Get a the named non-
Repeatable annotation on this class, or null if the class does not have the named
annotation. |
AnnotationInfo |
ModuleInfo.getAnnotationInfo(String annotationName)
Get a the named annotation on this module, or null if the module does not have the named annotation.
|
AnnotationInfo |
MethodParameterInfo.getAnnotationInfo(String annotationName)
Get a the named non-
Repeatable annotation on this method, or null if the method parameter does not
have the named annotation. |
AnnotationInfo |
FieldInfo.getAnnotationInfo(String annotationName)
Get a the named non-
Repeatable annotation on this field, or null if the field does not have the named
annotation. |
AnnotationInfo |
MethodInfo.getAnnotationInfo(String annotationName)
Get a the named non-
Repeatable annotation on this method, or null if the method does not have the
named annotation. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AnnotationInfoList.AnnotationInfoFilter.accept(AnnotationInfo annotationInfo)
Whether or not to allow an
AnnotationInfo list item through the filter. |
int |
AnnotationInfo.compareTo(AnnotationInfo o) |
Copyright © 2021. All rights reserved.