Class AnnotationBinaryOperator

java.lang.Object
com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
All Implemented Interfaces:
AnnotationValue
Direct Known Subclasses:
AnnotationAdd, AnnotationAnd, AnnotationDivide, AnnotationEquals, AnnotationExclusiveOr, AnnotationGreaterEquals, AnnotationGreaterThan, AnnotationLessEquals, AnnotationLessThan, AnnotationLogicalAnd, AnnotationLogicalOr, AnnotationMultiply, AnnotationNotEquals, AnnotationOr, AnnotationRemainder, AnnotationShiftLeft, AnnotationShiftRight, AnnotationSubtract, AnnotationUnsignedShiftRight

public abstract class AnnotationBinaryOperator extends Object implements AnnotationValue