import org.aspectj.lang.annotation.Pointcut;. @Aspect //用以做AOP宣告. public class LogAdvice {. //<aop:pointcut expression="execution(* ...
確定! 回上一頁