com.netflix.archaius.persisted2.ScopePredicate Maven / Gradle / Ivy
package com.netflix.archaius.persisted2;
import java.util.Map;
import java.util.Set;
/**
* Predicate for excluding properties that are no in scope
*
* @author elandau
*
*/
public interface ScopePredicate {
public boolean evaluate(Map> attrs);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy