随笔分类 -  SpringAOP

摘要:Pointcut 是指那些方法需要被执行"AOP",是由"Pointcut Expression"来描述的.Pointcut可以有下列方式来定义或者通过&& || 和!的方式进行组合.args()@args()execution()this()target()@target()within()@wi... 阅读全文
posted @ 2014-09-29 17:57 LeonGo 阅读(4299) 评论(0) 推荐(0)