public class CodeAnnotationValue extends Object implements AnnotationValue
| Constructor and Description |
|---|
CodeAnnotationValue(Object value) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(AnnotationValueVisitor<R,P> v,
P p) |
Object |
getValue() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic CodeAnnotationValue(Object value)
public Object getValue()
getValue in interface AnnotationValuepublic <R,P> R accept(AnnotationValueVisitor<R,P> v, P p)
accept in interface AnnotationValue