spring-framework / org.springframework.context.annotation / EnableAspectJAutoProxy / exposeProxy

exposeProxy

val exposeProxy: Boolean

Indicate that the proxy should be exposed by the AOP framework as a ThreadLocal for retrieval via the org.springframework.aop.framework.AopContext class. Off by default, i.e. no guarantees that AopContext access will work.

Since
4.3.1