Class DefaultAnnotationProxy
- java.lang.Object
-
- org.apache.xmlbeans.impl.jam.annotation.AnnotationProxy
-
- org.apache.xmlbeans.impl.jam.annotation.DefaultAnnotationProxy
-
public class DefaultAnnotationProxy extends AnnotationProxy
Deprecated.do not use, moving into internal
-
-
Field Summary
-
Fields inherited from class org.apache.xmlbeans.impl.jam.annotation.AnnotationProxy
SINGLE_MEMBER_NAME
-
-
Constructor Summary
Constructors Constructor Description DefaultAnnotationProxy()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description JAnnotationValue[]
getValues()
Deprecated.void
setValue(java.lang.String name, java.lang.Object value, JClass type)
Deprecated.Overrides this behavior to simply stuff the value into our annotation map.-
Methods inherited from class org.apache.xmlbeans.impl.jam.annotation.AnnotationProxy
getValue, init
-
-
-
-
Method Detail
-
getValues
public JAnnotationValue[] getValues()
Deprecated.- Specified by:
getValues
in classAnnotationProxy
-
setValue
public void setValue(java.lang.String name, java.lang.Object value, JClass type)
Deprecated.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.
- Specified by:
setValue
in classAnnotationProxy
-
-