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 Annotated
public <A extends Annotation> A getTypedAnnotation(Class<A> annotationClass)
getTypedAnnotation
in interface Annotated
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.