Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 347 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 347 Bytes

Aspectj

Aspectj是AOP的一种技术实现方案,在Android平台我们通常使用Hujiang开源的Aspectjx插件完成配置。

切面代码使用AspectJ注解编写,Aspectjx通过Gradle Transform插件完成切点的检索。

详细使用介绍文档参考Android Aspectj使用指北