import org.aspectj.lang.annotation.Pointcut; @Aspect public class LoggingAspect { @Pointcut("execution(* com.example.service.*.*(..))")
確定! 回上一頁