com.thoughtworks.qdox.model.annotation

Class AnnotationGreaterThan

public class AnnotationGreaterThan extends AnnotationBinaryOperator

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

Constructor Detail

AnnotationGreaterThan

public AnnotationGreaterThan(AnnotationValue left, AnnotationValue right)

Method Detail

accept

public Object accept(AnnotationVisitor visitor)

getParameterValue

public Object getParameterValue()

toString

public String toString()