Interface Resolver<T>


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

      • resolve

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