Spring AOP APIs
上一章描述了 Spring 对具有 @AspectJ 和基于模式的切面定义的 AOP 的支持。在本章中,我们将讨论较低级别的 Spring AOP API。对于常见应用程序,我们建议使用上一章中所述的带 AspectJ 切入点的 Spring AOP。
The previous chapter described the Spring’s support for AOP with @AspectJ and schema-based aspect definitions. In this chapter, we discuss the lower-level Spring AOP APIs. For common applications, we recommend the use of Spring AOP with AspectJ pointcuts as described in the previous chapter.