com.thoughtworks.qdox.model.annotation

Class AnnotationValueList

public class AnnotationValueList extends Object implements AnnotationValue

Constructor Summary
AnnotationValueList(List valueList)
Method Summary
Objectaccept(AnnotationVisitor visitor)
ObjectgetParameterValue()
ListgetValueList()
StringtoString()

Constructor Detail

AnnotationValueList

public AnnotationValueList(List valueList)

Method Detail

accept

public Object accept(AnnotationVisitor visitor)

getParameterValue

public Object getParameterValue()

getValueList

public List getValueList()

toString

public String toString()