com.thoughtworks.qdox.model.annotation

Class AnnotationRemainder

public class AnnotationRemainder extends AnnotationBinaryOperator

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

Constructor Detail

AnnotationRemainder

public AnnotationRemainder(AnnotationValue left, AnnotationValue right)

Method Detail

accept

public Object accept(AnnotationVisitor visitor)

getParameterValue

public Object getParameterValue()

toString

public String toString()