spring-framework icon indicating copy to clipboard operation
spring-framework copied to clipboard

Infer AOT proxies created by ProxyFactoryBean

Open sdeleuze opened this issue 3 years ago • 0 comments

This issue based on @joshlong feedback is about exploring if it is possible to infer automatically JDK proxy hints or CGLIB proxies created by ProxyFactoryBean instances. A potential challenging point is that the related ProxyFactoryBean will likely need to be instantiated.

Any thoughts on this one @jhoeller?

sdeleuze avatar Sep 07 '22 07:09 sdeleuze