首页 > 代码库 > AOP 面向切面编程

AOP 面向切面编程

 

AOP 

http://blog.csdn.net/xiang_j2ee/article/details/6851963

 


 

 

Android 支持 AspectJ 这个库来实现面向切面编程。

使用 Apache Maven 工具,处理编译过程,让AOP 能够运行。 只需要 在 pom.xml 文件中添加 依赖关系 和构建 (bulid) 插件。

Apache Maven 插件是 aspectj-maven-plugin。

 

 

 

 

 

11111

AOP 面向切面编程