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

com.ludii.excel.config.Configuration Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
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