Open xxw1754352621 opened 5 years ago
@code AnnotationAwareOrderComparator} is an extension of * {@link OrderComparator} that supports Spring's * {@link org.springframework.core.Ordered} interface as well as the * {@link Order @Order} and {@link javax.annotation.Priority @Priority}
最后的排序,采用的JDK7后集合的Timsort排序(大于minRun(32)) 详情:http://ivanfan.site/2017/12/16/Collections.sort()%20%E5%87%BA%E7%8E%B0%20IllegalArgumentException%EF%BC%9F%E5%9B%A0%E4%B8%BA%E5%AE%83%EF%BC%9ATimSort/
说明: AnnotationAwareOrderComparator 用来支持Spring的Ordered类、@Order注解和@Priority注解
最后的排序,采用的JDK7后集合的Timsort排序(大于minRun(32)) 详情:http://ivanfan.site/2017/12/16/Collections.sort()%20%E5%87%BA%E7%8E%B0%20IllegalArgumentException%EF%BC%9F%E5%9B%A0%E4%B8%BA%E5%AE%83%EF%BC%9ATimSort/