com.thoughtworks.qdox.model.annotation
Class AnnotationTypeRef
java.lang.Object
com.thoughtworks.qdox.model.annotation.AnnotationTypeRef
- All Implemented Interfaces:
- AnnotationValue
public class AnnotationTypeRef
- extends Object
- implements AnnotationValue
AnnotationTypeRef
public AnnotationTypeRef(Type type)
getType
public Type getType()
toString
public String toString()
- Overrides:
toString
in class Object
accept
public Object accept(AnnotationVisitor visitor)
- Description copied from interface:
AnnotationValue
- Accept a visitor for this value.
- Specified by:
accept
in interface AnnotationValue
- Parameters:
visitor
- Visitor
- Returns:
- Visitor result
getParameterValue
public Object getParameterValue()
- Description copied from interface:
AnnotationValue
- Get a parameter value for
Annotation.getNamedParameter(String)
.
- Specified by:
getParameterValue
in interface AnnotationValue
- Returns:
- Parameter value
Copyright © 2002-2011. All Rights Reserved.