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

delight.concurrency.schedule.Step Maven / Gradle / Ivy

The newest version!
package delight.concurrency.schedule;

public interface Step {
    public void process();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy