java注解(annotation)的执行顺序

能够在切面上使用@Order注解, 如java @Component @Aspect @Order(1) public class Aspect1 { } @Component @Aspect @Order(2) public class Aspect2 { }
相关文章
相关标签/搜索