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