org.aspectj.weaver
Class AnnotationAnnotationValue

java.lang.Object
  extended by org.aspectj.weaver.AnnotationValue
      extended by org.aspectj.weaver.AnnotationAnnotationValue

public class AnnotationAnnotationValue
extends AnnotationValue


Field Summary
 
Fields inherited from class org.aspectj.weaver.AnnotationValue
ANNOTATION, ARRAY, CLASS, ENUM_CONSTANT, PRIMITIVE_BOOLEAN, PRIMITIVE_BYTE, PRIMITIVE_CHAR, PRIMITIVE_DOUBLE, PRIMITIVE_FLOAT, PRIMITIVE_INT, PRIMITIVE_LONG, PRIMITIVE_SHORT, STRING, valueKind
 
Constructor Summary
AnnotationAnnotationValue(AnnotationAJ value)
           
 
Method Summary
 AnnotationAJ getAnnotation()
           
 java.lang.String stringify()
           
 java.lang.String toString()
           
 
Methods inherited from class org.aspectj.weaver.AnnotationValue
whatKindIsThis
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationAnnotationValue

public AnnotationAnnotationValue(AnnotationAJ value)
Method Detail

getAnnotation

public AnnotationAJ getAnnotation()

stringify

public java.lang.String stringify()
Specified by:
stringify in class AnnotationValue

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object