# 6. Spring AOP API

上一章描述了 Spring 使用 @AspectJ 和基于模式的方面定义对 AOP 的支持。在本章中，我们将讨论较低级别的 Spring AOP API。对于常见的应用程序，我们切面使用 Spring AOP 和 AspectJ 切入点，如前一章所述。
