public interface AnnotationProvider
Modifier and Type | Method and Description |
---|---|
<T extends Annotation> |
getAnnotation(Class<T> annotationClass)
Searches for the specified annotation, returning the matching annotation instance.
|
<T extends Annotation> T getAnnotation(Class<T> annotationClass)
T
- annotationClass
- used to select the annotation to return5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.