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.AnnotationValuepublic java.lang.String toString()
toString in interface javax.lang.model.element.AnnotationValuetoString in class java.lang.Objectpublic <R,P> R accept(javax.lang.model.element.AnnotationValueVisitor<R,P> v,
P p)
accept in interface javax.lang.model.element.AnnotationValuepublic void print(int indentation,
ClassTypeWriter out)