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();
}