Class DefaultAnnotationProxy


  • public class DefaultAnnotationProxy
    extends AnnotationProxy
    Deprecated.
    do not use, moving into internal
    • Constructor Detail

      • DefaultAnnotationProxy

        public DefaultAnnotationProxy()
        Deprecated.
    • Method Detail

      • 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 class AnnotationProxy