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

systems.dmx.config.ConfigCustomizer Maven / Gradle / Ivy

There is a newer version: 5.3.4
Show newest version
package systems.dmx.config;

import systems.dmx.core.Topic;
import systems.dmx.core.model.TopicModel;



public interface ConfigCustomizer {

    TopicModel getConfigValue(Topic topic);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy