com.thoughtworks.qdox.model.annotation

Class AnnotationUnaryOperator

Implemented Interfaces:
AnnotationValue
Known Direct Subclasses:
AnnotationLogicalNot, AnnotationMinusSign, AnnotationNot, AnnotationPlusSign

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

Constructor Summary

AnnotationUnaryOperator(AnnotationValue value)

Method Summary

AnnotationValue
getValue()

Constructor Details

AnnotationUnaryOperator

public AnnotationUnaryOperator(AnnotationValue value)

Method Details

getValue

public AnnotationValue getValue()