nyla.solutions.commas.Executable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of nyla.solutions.commas Show documentation
Show all versions of nyla.solutions.commas Show documentation
Command pattern implementation for building services.
The newest version!
package nyla.solutions.commas;
import nyla.solutions.core.data.Environment;
/**
* Represents a class that can be executed typical for a standalone
* Java application
* @author Gregory Green
*
*/
public interface Executable extends Command
{
}