public static class AnnotationEntry.Value
extends java.lang.Object
implements javax.lang.model.element.AnnotationValue
Constructor and Description |
---|
Value(char kind,
Type type,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
<R,P> R |
accept(javax.lang.model.element.AnnotationValueVisitor<R,P> v,
P p) |
java.lang.Object |
getValue()
Get an Object representing the annotation value.
|
void |
print(int indentation,
ClassTypeWriter out) |
java.lang.String |
toString() |
public Value(char kind, Type type, java.lang.Object value)
public java.lang.Object getValue()
getValue
in interface javax.lang.model.element.AnnotationValue
public java.lang.String toString()
toString
in interface javax.lang.model.element.AnnotationValue
toString
in class java.lang.Object
public <R,P> R accept(javax.lang.model.element.AnnotationValueVisitor<R,P> v, P p)
accept
in interface javax.lang.model.element.AnnotationValue
public void print(int indentation, ClassTypeWriter out)