com.netflix.archaius.api.PropertySource Maven / Gradle / Ivy
package com.netflix.archaius.api;
import java.util.Optional;
import java.util.function.BiConsumer;
/**
* Contract for a raw source of properties
*/
public interface PropertySource {
/**
* Get the raw property value. No interpolation or other modification is done to the property.
* @param key
*/
default Optional