When creating proxies in CGLib using Enhancer, you can call .setNamingPolicy(NamingPolicy n) to change proxy class naming strategy to something other than the CGLib default. Is there any way to do something similar in Javassist when using the ProxyFactory?
When creating proxies in CGLib using Enhancer, you can call .setNamingPolicy(NamingPolicy n) to change
Share