pointcut setter(): target(Point) && (call(void setX(int)) || call(void setY(int)));. describes the calls to setX(int) or setY(int) methods of any instance of ...
確定! 回上一頁