通过随便写一个方法,上面用@Pointcut标签声明切点,其他通知引用方法名即可。切点允许逻辑运算例如mypointcut()||mypointcut1


Spring AOP编程-aspectJ注解开发(@Pointcut声明切点)_逻辑运算