com.thoughtworks.qdox.model.annotation

Class AnnotationOr

public class AnnotationOr extends AnnotationBinaryOperator

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

Constructor Detail

AnnotationOr

public AnnotationOr(AnnotationValue left, AnnotationValue right)

Method Detail

accept

public Object accept(AnnotationVisitor visitor)

getParameterValue

public Object getParameterValue()

toString

public String toString()