摘要:
import org.aspectj.lang.ProceedingJoinPoint;import org.aspectj.lang.annotation.Around;import org.aspectj.lang.annotation.Aspect;import org.perf4j.StopWatch;import org.perf4j.slf4j.Slf4JStopWatch;@Aspectpublic class OrderProfileAspect{ @Around("execution(* com.karl.controller..*.*(..)) || execut 阅读全文
posted @ 2013-12-09 11:33 钟悍 阅读(772) 评论(0) 推荐(0)
浙公网安备 33010602011771号