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

org.noear.water.dso.ConfigHandler Maven / Gradle / Ivy

The newest version!
package org.noear.water.dso;

import org.noear.water.model.ConfigSetM;

/**
 * 配置处理
 *
 * @author noear
 * @since 2.0
 * */
@FunctionalInterface
public interface ConfigHandler {
    void handle(ConfigSetM cfgSet);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy