Pointcut expression && 5種Advice

Pointcut expression 1. designators   1.1 execution 1.2 ... 匹配註解: @annotation() 方法級別 @within() @target() class級別 @args() 參數級別 2.wildcards: *   匹配任意數量的字符  ..  一般用於匹配任意數的子包或參數  + 匹配指定類及其子類 3.operators  &
相關文章
相關標籤/搜索