com.thoughtworks.qdox.model.annotation
Class AnnotationUnaryOperator

java.lang.Object
  extended by com.thoughtworks.qdox.model.annotation.AnnotationUnaryOperator
All Implemented Interfaces:
AnnotationValue
Direct Known Subclasses:
AnnotationLogicalNot, AnnotationMinusSign, AnnotationNot, AnnotationPlusSign

public abstract class AnnotationUnaryOperator
extends java.lang.Object
implements AnnotationValue


Field Summary
private  AnnotationValue value
           
 
Constructor Summary
AnnotationUnaryOperator(AnnotationValue value)
           
 
Method Summary
 AnnotationValue getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.thoughtworks.qdox.model.annotation.AnnotationValue
accept, getParameterValue
 

Field Detail

value

private AnnotationValue value
Constructor Detail

AnnotationUnaryOperator

public AnnotationUnaryOperator(AnnotationValue value)
Method Detail

getValue

public AnnotationValue getValue()