io.hyperfoil.api.config.PartialBuilder Maven / Gradle / Ivy
package io.hyperfoil.api.config;
/**
* This builder is useful when we want to use custom keys in YAML.
*/
public interface PartialBuilder {
Object withKey(String key);
}
package io.hyperfoil.api.config;
/**
* This builder is useful when we want to use custom keys in YAML.
*/
public interface PartialBuilder {
Object withKey(String key);
}