
org.jnario.jvmmodel.ExecutableProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of org.jnario.standalone Show documentation
Show all versions of org.jnario.standalone Show documentation
The required libraries to execute Jnario specifications without Eclipse.
The newest version!
package org.jnario.jvmmodel;
import java.util.List;
import org.jnario.Executable;
public interface ExecutableProvider {
List extends Executable> getExecutables(Executable specification);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy