public class DefaultAnnotationProxy extends AnnotationProxy
SINGLE_MEMBER_NAME| Constructor and Description |
|---|
DefaultAnnotationProxy()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
JAnnotationValue[] |
getValues()
Deprecated.
|
void |
setValue(String name,
Object value,
JClass type)
Deprecated.
Overrides this behavior to simply stuff the value into our
annotation map.
|
getValue, initpublic JAnnotationValue[] getValues()
getValues in class AnnotationProxypublic void setValue(String name, Object value, JClass type)
Overrides this behavior to simply stuff the value into our annotation map. The super class' implementation would try to find a bunch of setters that we don't have.
setValue in class AnnotationProxyCopyright © 2010 - 2020 Adobe. All Rights Reserved