上一章介绍了 Spring 对 AOP 的支持,包括 @AspectJ 和基于模式的 aspect 定义。在这一章中,我们将讨论低级别的 Spring AOP API。对于普通的应用,我们推荐使用前一章中描述的带有 AspectJ pointcut 定义的 Spring AOP。