Interface Resolver<T>


public interface Resolver<T>
Maps component specifications to matching instances.
Author:
Tony Vaagenes
  • Method Summary

    Modifier and Type
    Method
    Description
    resolve(com.yahoo.component.ComponentSpecification componentSpecification)
     
  • Method Details

    • resolve

      T resolve(com.yahoo.component.ComponentSpecification componentSpecification)