AspectJ provides two pointcut designators for intercepting the call and execution of a method: call(MethodPattern) and execution(MethodPattern).
確定! 回上一頁