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 return${project.version} - Copyright © 2003-2015 The Apache Software Foundation.