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

ai.databand.config.PropertiesSource Maven / Gradle / Ivy

There is a newer version: 1.0.26.1
Show newest version
package ai.databand.config;

import java.util.Map;
import java.util.Optional;

public interface PropertiesSource {

    Map values();

    Optional getValue(String key);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy