X - declaring typepublic interface AnnotatedMethod<X> extends AnnotatedCallable<X>
| Modifier and Type | Method and Description |
|---|---|
default <T extends Annotation> |
getAnnotations(Class<T> annotationType)
Gets annotated element's annotation member if exist, null otherwise
|
Method |
getJavaMember()
Returns base java member.
|
getParametersgetDeclaringType, isStaticgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentMethod getJavaMember()
getJavaMember in interface AnnotatedMember<X>default <T extends Annotation> Set<T> getAnnotations(Class<T> annotationType)
AnnotatedgetAnnotations in interface AnnotatedT - generic annotatation class typeannotationType - class of the annotationCopyright © 2021. All rights reserved.