com.thoughtworks.qdox.model.annotation

Class AnnotationTypeRef

public class AnnotationTypeRef extends Object implements AnnotationValue

Constructor Summary
AnnotationTypeRef(Type type)
Method Summary
Objectaccept(AnnotationVisitor visitor)
ObjectgetParameterValue()
TypegetType()
StringtoString()

Constructor Detail

AnnotationTypeRef

public AnnotationTypeRef(Type type)

Method Detail

accept

public Object accept(AnnotationVisitor visitor)

getParameterValue

public Object getParameterValue()

getType

public Type getType()

toString

public String toString()