Spring AOP mechanisms
in a word, Spring AOP is proxy-based. That’s, AOP by proxying. and Spring use one of the following two ways to create the proxy for a given target bean.
JDK dynamic proxies,...
阅读全文