public interface IAnnotatedElement
| Modifier and Type | Method and Description |
|---|---|
IAnnotationHandle |
getAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
Get annotation from element
|
IAnnotationHandle getAnnotation(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
annotationClass - Annotation class to retrieve