com.thoughtworks.qdox.model.annotation

Class AnnotationAnd

public class AnnotationAnd extends AnnotationBinaryOperator

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

Constructor Detail

AnnotationAnd

public AnnotationAnd(AnnotationValue left, AnnotationValue right)

Method Detail

accept

public Object accept(AnnotationVisitor visitor)

getParameterValue

public Object getParameterValue()

toString

public String toString()