All Downloads are FREE. Search and download functionalities are using the official Maven repository.

pro.shuangxi.source.MapSource Maven / Gradle / Ivy

package pro.shuangxi.source;

import java.util.Map;

/**
 * @author mengshx
 **/
public interface MapSource {
    Map getMap();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy