public class BaseAnnotatedAsset extends Object implements AnnotatedElement
| Constructor and Description |
|---|
BaseAnnotatedAsset() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
<T extends Annotation> |
getAnnotation(Class<T> annotation) |
Annotation[] |
getAnnotations() |
Annotation[] |
getDeclaredAnnotations() |
int |
hashCode() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotation) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByTypepublic <T extends Annotation> T getAnnotation(Class<T> annotation)
getAnnotation in interface AnnotatedElementpublic Annotation[] getAnnotations()
getAnnotations in interface AnnotatedElementpublic Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations in interface AnnotatedElementpublic boolean isAnnotationPresent(Class<? extends Annotation> annotation)
isAnnotationPresent in interface AnnotatedElementCopyright © 2001–2018 JBoss by Red Hat. All rights reserved.