com.thoughtworks.qdox.model.annotation

Class AnnotationDivide

public class AnnotationDivide extends AnnotationBinaryOperator

Constructor Summary
AnnotationDivide(AnnotationValue left, AnnotationValue right)
Method Summary
Objectaccept(AnnotationVisitor visitor)
ObjectgetParameterValue()
StringtoString()

Constructor Detail

AnnotationDivide

public AnnotationDivide(AnnotationValue left, AnnotationValue right)

Method Detail

accept

public Object accept(AnnotationVisitor visitor)

getParameterValue

public Object getParameterValue()

toString

public String toString()