Pointcut expression && 5种Advice

Pointcut expression 1. designators   1.1 execution 1.2 ... 匹配注解: @annotation() 方法级别 @within() @target() class级别 @args() 参数级别 2.wildcards: *   匹配任意数量的字符  ..  一般用于匹配任意数的子包或参数  + 匹配指定类及其子类 3.operators  &
相关文章
相关标签/搜索