
org.guppy4j.run.Executable Maven / Gradle / Ivy
The newest version!
package org.guppy4j.run;
/**
* Can be executed
*/
@FunctionalInterface
public interface Executable {
void execute();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy