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

com.netflix.archaius.persisted2.ScopedValueResolver Maven / Gradle / Ivy

There is a newer version: 2.0.0-rc.7
Show newest version
package com.netflix.archaius.persisted2;

import java.util.List;

/**
 * Contract for resolving a list of ScopesValues into a single value.
 * 
 * @author elandau
 *
 */
public interface ScopedValueResolver {
    String resolve(String propName, List variations);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy