Tuesday 17 September 2013

Does Spring use Java Reflection Proxy?

Does Spring use Java Reflection Proxy?

As for the Spring's EL resolving, it's obvious that it uses Reflection
API. But when it comes to AOP part of Spring, does it use reflect.Proxy
and reflect.InvokationHandler? Seems that it does, as the native Spring's
AOP capabilities are narrowed to method operations. But I'm not sure.

No comments:

Post a Comment