public interface Annotation<O extends JavaType<O>> extends Internal, Origin<O>
getInternalboolean isSingleValue()
boolean isMarker()
boolean isNormal()
String getName()
String getQualifiedName()
String getLiteralValue()
String getStringValue()
String[] getStringArrayValue()
Annotation<O> getAnnotationValue()
Annotation<O> getAnnotationValue(String name)
Annotation<O>[] getAnnotationArrayValue()
Annotation<O>[] getAnnotationArrayValue(String name)
Class<?> getClassValue()
Class<?>[] getClassArrayValue()
boolean isTypeElementDefined(String name)
Copyright © 2015 JBoss by Red Hat. All rights reserved.