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

org.jasmine.Executor Maven / Gradle / Ivy

The newest version!
package org.jasmine;

import java.util.List;

public interface Executor {
    void execute(List specs, Notifier notifier);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy