public class AnnotationTypeRef extends java.lang.Object implements AnnotationValue
| Constructor and Description |
|---|
AnnotationTypeRef(Type type) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
accept(AnnotationVisitor visitor)
Accept a visitor for this value.
|
java.lang.Object |
getParameterValue()
Get a parameter value for
Annotation.getNamedParameter(String). |
Type |
getType() |
java.lang.String |
toString() |
public AnnotationTypeRef(Type type)
public Type getType()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object accept(AnnotationVisitor visitor)
AnnotationValueaccept in interface AnnotationValuevisitor - Visitorpublic java.lang.Object getParameterValue()
AnnotationValueAnnotation.getNamedParameter(String).getParameterValue in interface AnnotationValue