該pointcut用來攔截test包下的所有類中的所有方法。 package test; import org.aspectj.lang.annotation.Pointcut; public class PointCuts { @Pointcut( ...
確定! 回上一頁