| Modifier and Type | Method and Description |
|---|---|
default <T extends Annotation> |
getAnnotations(Class<T> annotationType)
Gets annotated element's annotation member if exist, null otherwise
|
AnnotatedCallable<X> |
getDeclaringCallable()
Returns declaring callable member.
|
default Parameter |
getJavaParameter() |
int |
getPosition()
Returns parameter position.
|
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentint getPosition()
AnnotatedCallable<X> getDeclaringCallable()
default Parameter getJavaParameter()
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.