net.sf.rej.java.attribute.annotations
Class NestedAnnotationValue

java.lang.Object
  extended by net.sf.rej.java.attribute.annotations.NestedAnnotationValue
All Implemented Interfaces:
ElementValue

public class NestedAnnotationValue
extends java.lang.Object
implements ElementValue


Constructor Summary
NestedAnnotationValue(Annotation value)
           
 
Method Summary
 Annotation getAnnotation()
           
 java.lang.String getValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NestedAnnotationValue

public NestedAnnotationValue(Annotation value)
Method Detail

getValue

public java.lang.String getValue()
Specified by:
getValue in interface ElementValue

getAnnotation

public Annotation getAnnotation()