随笔分类 -  AOP

摘要:本文讲述使用AspectJ框架实现Spring AOP。 再重复一下Spring AOP中的三个概念, AspectJ是基于注释(Annotation)的,所以需要JDK5.0以上的支持。 AspectJ支持的注释类型如下: 首先定义一个简单的bean,CustomerBo实现了接口ICustome 阅读全文
posted @ 2016-08-03 01:28 rj_bian 阅读(374) 评论(0) 推荐(0) 编辑