com.thoughtworks.qdox.model.annotation

Class AnnotationTypeRef

Implemented Interfaces:
AnnotationValue

public class AnnotationTypeRef
extends java.lang.Object
implements AnnotationValue

Constructor Summary

AnnotationTypeRef(Type type)

Method Summary

Object
accept(AnnotationVisitor visitor)
Accept a visitor for this value.
Object
getParameterValue()
Get a parameter value for Annotation.getNamedParameter(String).
Type
getType()
String
toString()

Constructor Details

AnnotationTypeRef

public AnnotationTypeRef(Type type)

Method Details

accept

public Object accept(AnnotationVisitor visitor)
Accept a visitor for this value.
Specified by:
accept in interface AnnotationValue
Parameters:
visitor - Visitor
Returns:
Visitor result

getParameterValue

public Object getParameterValue()
Specified by:
getParameterValue in interface AnnotationValue
Returns:
Parameter value

getType

public Type getType()

toString

public String toString()