com.cedarsoft.gdao.InstanceFinder Maven / Gradle / Ivy
package com.cedarsoft.gdao;
/**
* Returns a single instance.
*
* @param the type of the instance this finder returns
*/
public interface InstanceFinder extends Finder {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy