我定义了一个切入点,如下所示:
<aop:pointcut id="getAllDataCut" expression=
"execution(* com.example.test.getAllData(com.example test.User)) and args(usr)" />
当我打电话时
final Object[] methodArgs= methodInvocation.getArguements();
我总是为空。
请给出一些提示。提前致谢
我定义了一个切入点,如下所示:
<aop:pointcut id="getAllDataCut" expression=
"execution(* com.example.test.getAllData(com.example test.User)) and args(usr)" />
当我打电话时
final Object[] methodArgs= methodInvocation.getArguements();
我总是为空。
请给出一些提示。提前致谢