public final class AnnotationAccess extends AnnotationValueAccess implements IAnnotationAccess
| Modifier and Type | Method and Description |
|---|---|
IJavaTypeAccess |
getAnnotationClass()
Return the annotation class.
|
int |
getLineNumber() |
IAnnotationValueAccess |
getValue(java.lang.String key)
Get a specific annotation value.
|
getBooleanValue, getClassName, getEnumContantName, getEumConstant, getNumericValue, getReferencedClass, getStringValue, getValueList, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBooleanValue, getClassName, getEnumContantName, getEumConstant, getNumericValue, getReferencedClass, getStringValue, getValueListpublic IJavaTypeAccess getAnnotationClass()
getAnnotationClass in interface IAnnotationAccesspublic IAnnotationValueAccess getValue(java.lang.String key)
getValue in interface IAnnotationAccesskey - Name of value (cannot be null or empty).public int getLineNumber()
getLineNumber in interface IAnnotationAccess