Hide
org.ow2.easybeans.enhancer.Enhancer#defineClass is a static method, sometimes EasyBeans works with a third party ClassLoader supporting functionality similar to defineClass. Then have to override this method.
Could you please change it to protected member method so that we may override it?
Show
org.ow2.easybeans.enhancer.Enhancer#defineClass is a static method, sometimes EasyBeans works with a third party ClassLoader supporting functionality similar to defineClass. Then have to override this method.
Could you please change it to protected member method so that we may override it?