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

de.codecamp.messages.shared.conf.ConfValueProvider Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
package de.codecamp.messages.shared.conf;

@FunctionalInterface
public interface ConfValueProvider
{

  String getConf(String name);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy