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