public class GenAnnotationValue extends Object implements AnnotationValue
| Constructor and Description |
|---|
GenAnnotationValue(Object value) |
| Modifier and Type | Method and Description |
|---|---|
<R,P> R |
accept(AnnotationValueVisitor<R,P> v,
P p) |
Object |
getValue() |
void |
setValue(Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic GenAnnotationValue(Object value)
public <R,P> R accept(AnnotationValueVisitor<R,P> v, P p)
accept in interface AnnotationValuepublic Object getValue()
getValue in interface AnnotationValuepublic void setValue(Object value)
Copyright © 2018. All rights reserved.