Before; import org.aspectj.lang.annotation.Pointcut; @Aspect public class LogAspect { /*切入点*/ @Pointcut("execution(void *Phone(int))") ...
確定! 回上一頁