
com.cedarsoft.gdao.GenericServiceManager Maven / Gradle / Ivy
package com.cedarsoft.gdao;
import org.jetbrains.annotations.NotNull;
/**
*
*/
public interface GenericServiceManager {
@NotNull
GenericService getService( @NotNull Class type );
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy