Annotated.ClassAdapter
Constructor and Description |
---|
Annotated.ClassAdapter(Class<?> cls) |
Modifier and Type | Method and Description |
---|---|
<A extends Annotation> |
getTypedAnnotation(Class<A> annotationClass) |
boolean |
hasAnnotation(Class<? extends Annotation> annotationClass) |
public Annotated.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-2015 JBoss by Red Hat. All Rights Reserved.