0 Replies Latest reply on May 26, 2008 1:08 AM by alrubinger

    java.lang.reflect.Proxy Dependencies

    alrubinger

      Just realized that in building EJB3 Proxy I've peppered the codebase with references to java.lang.reflect.Proxy, ie: the underlying implementation is far from pluggable to allow for Javassist, CGLIB, whatever.

      Going to ignore this for the time being as it doesn't affect any API/SPI. Cool?

      S,
      ALR