com.github.dakusui.floorplan.policy.Slot Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of floorplan Show documentation
Show all versions of floorplan Show documentation
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);
}