Class AnnotationUnaryOperator
- java.lang.Object
-
- 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
-
-
Constructor Summary
Constructors Constructor Description AnnotationUnaryOperator(AnnotationValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
AnnotationUnaryOperator
public AnnotationUnaryOperator(AnnotationValue value)
-
-
Method Detail
-
getValue
public AnnotationValue getValue()
-
-