com.github.datalking.common.OrderComparator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of play-ioc Show documentation
Show all versions of play-ioc Show documentation
simple ioc container with aop support.
The newest version!
package com.github.datalking.common;
import com.github.datalking.util.ObjectUtils;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
/**
* @author yaoo on 4/19/18
*/
public class OrderComparator implements Comparator
© 2015 - 2025 Weber Informatics LLC | Privacy Policy