![JAR search and dependency download from the Maven repository](/logo.png)
com.zipwhip.locators.Locator Maven / Gradle / Ivy
package com.zipwhip.locators;
/**
* Created by IntelliJ IDEA.
* User: Michael
* Date: Nov 10, 2010
* Time: 11:18:24 PM
*
* Locate an item by key.
*/
public interface Locator {
T locate(String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy