AspectJ provides two primitive pointcut designators designed to capture method call and execution join points. call(MethodPattern); execution(MethodPattern) ...
確定! 回上一頁