@Pointcut("execution(* *..find*(Long))") public void executionDemo(){} //匹配任何以find开头的而且第一个参数为Long型的方法
確定! 回上一頁