![JAR search and dependency download from the Maven repository](/logo.png)
org.jxls.util.ServiceFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jxls-core Show documentation
Show all versions of jxls-core Show documentation
Small library for Excel generation based on XLS templates
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