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

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

There is a newer version: 2.8.5
Show newest version
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