open class ProxyCreationContext
Holder for the current proxy creation context, as exposed by auto-proxy creators such as AbstractAdvisorAutoProxyCreator.
Author
Juergen Hoeller
Author
Ramnivas Laddad
Since
2.5
ProxyCreationContext()
Holder for the current proxy creation context, as exposed by auto-proxy creators such as AbstractAdvisorAutoProxyCreator. |
open static fun getCurrentProxiedBeanName(): String
Return the name of the currently proxied bean instance. |