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 Object implements AnnotationValue
  • Constructor Details

    • AnnotationUnaryOperator

      public AnnotationUnaryOperator(AnnotationValue value)
  • Method Details