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

com.ideaaedi.commonds.tuple.Locator Maven / Gradle / Ivy

The newest version!
package com.ideaaedi.commonds.tuple;

/**
 * 定位器
 *
 * @author JustryDeng 
 * @since 2100.7.1
 */
public interface Locator {

    /**
     * 获取定位信息
     *
     * @return  定位信息
     */
    T locate();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy