摘要:
Pointcut 是指那些方法需要被执行"AOP",是由"Pointcut Expression"来描述的. Pointcut可以有下列方式来定义或者通过&& || 和!的方式进行组合. args() @args() execution() this() target() @target() wit 阅读全文
posted @ 2018-06-27 18:22
冰花ぃ雪魄
阅读(366)
评论(0)
推荐(0)