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

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