通配符、逻辑运算符,designators(指示符)
esignators:指示器,描述通过什么方式去匹配Java的那些方法
execution():匹配方法
匹配注解
@target()
@args()
@within()
@annotation()
within():匹配包/类型
this()/bean()/target():匹配对象
args():匹配参数
匹配对象:
参数匹配:
注解匹配:
excuation表达式:execution():匹配方法
通配符、逻辑运算符,designators(指示符)
esignators:指示器,描述通过什么方式去匹配Java的那些方法
execution():匹配方法
匹配注解
@target()
@args()
@within()
@annotation()
within():匹配包/类型
this()/bean()/target():匹配对象
args():匹配参数
匹配对象:
参数匹配:
注解匹配:
excuation表达式:execution():匹配方法
相关课程