public interface AnnotationProvider
| Modifier and Type | Method and Description |
|---|---|
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> annotationClass)
Searches for the specified annotation, returning the matching annotation instance.
|
<T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationClass)
T - annotationClass - used to select the annotation to return${project.version} - Copyright © 2003-2015 The Apache Software Foundation.