![JAR search and dependency download from the Maven repository](/logo.png)
com.ludii.excel.config.Configuration Maven / Gradle / Ivy
package com.ludii.excel.config;
import com.ludii.excel.handler.TypeHandlerRegistry;
/**
* @author 陆迪
* @date 2022/3/25
*/
public class Configuration {
private final TypeHandlerRegistry typeHandlerRegistry = new TypeHandlerRegistry();
public TypeHandlerRegistry getTypeHandlerRegistry() {
return typeHandlerRegistry;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy