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

org.jxls.util.ServiceFactory Maven / Gradle / Ivy

The newest version!
package org.jxls.util;

/**
 * Service factory to load different SPI
 */
public interface ServiceFactory {
	
	ServiceFactory DEFAULT = new ServiceFactoryDefaultImpl();
	
	 T createService(Class interfaceClass, T defaultImpl);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy