com.yahoo.component.chain.model.Resolver Maven / Gradle / Ivy
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.component.chain.model;
import com.yahoo.component.ComponentSpecification;
/**
* Maps component specifications to matching instances.
*
* @author Tony Vaagenes
*/
public interface Resolver {
T resolve(ComponentSpecification componentSpecification);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy