以下のように 1 つのポイントカットを定義しました。
<aop:pointcut id="getAllDataCut" expression=
"execution(* com.example.test.getAllData(com.example test.User)) and args(usr)" />
私が電話するとき
final Object[] methodArgs= methodInvocation.getArguements();
私は常にnullになっています。
ヒントを教えてください。前もって感謝します