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, wait
getAnnotationsByType, getDeclaredAnnotation, getDeclaredAnnotationsByType
public <T extends Annotation> T getAnnotation(Class<T> annotation)
getAnnotation
in interface AnnotatedElement
public Annotation[] getAnnotations()
getAnnotations
in interface AnnotatedElement
public Annotation[] getDeclaredAnnotations()
getDeclaredAnnotations
in interface AnnotatedElement
public boolean isAnnotationPresent(Class<? extends Annotation> annotation)
isAnnotationPresent
in interface AnnotatedElement
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.