Class AnnotationProxy

    • Field Detail

      • SINGLE_MEMBER_NAME

        public static final String SINGLE_MEMBER_NAME
        Deprecated.

        Name of the member of annotations which have only a single member. As specified in JSR175, that name is "value", but you should use this constant to prevent typos.

        See Also:
        Constant Field Values
    • Constructor Detail

      • AnnotationProxy

        public AnnotationProxy()
        Deprecated.
    • Method Detail

      • init

        public void init​(JamServiceContext ctx)
        Deprecated.

        Called by JAM to initialize the proxy. Do not try to call this yourself.

      • setValue

        public abstract void setValue​(String name,
                                      Object value,
                                      JClass type)
        Deprecated.

        Called by JAM to initialize a named member on this annotation proxy.