public abstract class AbstractAnnotatedInfo extends org.jboss.util.JBossObject implements AnnotatedInfo, Serializable
| Constructor and Description |
|---|
AbstractAnnotatedInfo()
Create a new annotated info
|
| Modifier and Type | Method and Description |
|---|---|
<T extends Annotation> |
getUnderlyingAnnotation(Class<T> annotationType)
Get an underlying annotation
|
Annotation[] |
getUnderlyingAnnotations()
Get the underlying annotations
|
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType)
Test whether an annotation is present
|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toShortString, toString, toString, toStringImplementationequals, finalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, isAnnotationPresentpublic <T extends Annotation> T getUnderlyingAnnotation(Class<T> annotationType)
AnnotatedInfogetUnderlyingAnnotation in interface AnnotatedInfoT - the annotation typeannotationType - the annotationTypepublic Annotation[] getUnderlyingAnnotations()
AnnotatedInfogetUnderlyingAnnotations in interface AnnotatedInfopublic boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
AnnotatedInfoisAnnotationPresent in interface AnnotatedInfoCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.