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

com.github.dakusui.floorplan.policy.Slot Maven / Gradle / Ivy

Go to download

A library to model a heterogeneous and distributed software system for testing

The newest version!
package com.github.dakusui.floorplan.policy;

import com.github.dakusui.floorplan.component.Attribute;
import com.github.dakusui.floorplan.resolver.Resolver;

public interface Slot {
   Resolver resolverFor(Class requestedType, String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy