public interface Annotated
| Modifier and Type | Interface and Description |
|---|---|
static class |
Annotated.ClassAdapter |
| Modifier and Type | Method and Description |
|---|---|
<A extends Annotation> |
getTypedAnnotation(Class<A> annotationClass) |
boolean |
hasAnnotation(Class<? extends Annotation> annotationClass) |
boolean hasAnnotation(Class<? extends Annotation> annotationClass)
<A extends Annotation> A getTypedAnnotation(Class<A> annotationClass)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.