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

com.swak.core.config.StateConfigurable Maven / Gradle / Ivy

The newest version!
/**
 * Copyright (C), 2020-2021 by colley.ma
 * File Name: StateConfigurable.java
 * Encoding: UTF-8
 * Date: 2021年3月26日 下午2:04:48
 * History:
 */
package com.swak.core.config;

import java.util.Map;

public interface StateConfigurable extends Configurable {

    Map getConfig();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy