> For the complete documentation index, see [llms.txt](https://docs.flydean.com/spring-framework-documentation5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flydean.com/spring-framework-documentation5/core-technologies/6.spring-aop-apis.md).

# 6.Spring AOP APIs

上一章描述了Spring对带有@Aspectj和schema-based 的方面定义的AOP的支持。在本章中，我们将讨论较低级别的SpringAOP API。对于常见的应用程序，我们建议使用带有AspectJ切点的SpringAOP，如前一章所述。
