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

com.emc.mongoose.scenario.step.Step Maven / Gradle / Ivy

The newest version!
package com.emc.mongoose.scenario.step;

import java.io.Closeable;

/**
 A runnable step configuration container. The collected configuration is applied upon invocation.
 */
public interface Step
extends Closeable, Runnable {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy