AnnotationInfo |
ClassInfo.getAnnotationInfo(String annotationName) |
Get a the named annotation on this class, or null if the class does not have the named annotation.
|
AnnotationInfo |
FieldInfo.getAnnotationInfo(String annotationName) |
Get a the named annotation on this field, or null if the field does not have the named annotation.
|
AnnotationInfo |
MethodInfo.getAnnotationInfo(String annotationName) |
Get a the named annotation on this method, or null if the method does not have the named annotation.
|
AnnotationInfo |
MethodParameterInfo.getAnnotationInfo(String annotationName) |
Get a the named annotation on this method parameter, or null if the method parameter 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 |
PackageInfo.getAnnotationInfo(String annotationName) |
Get a the named annotation on this package, or null if the package does not have the named annotation.
|