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

com.github.tankist88.carpenter.generator.command.AbstractCommand Maven / Gradle / Ivy

package com.github.tankist88.carpenter.generator.command;

public abstract class AbstractCommand implements Command {
    @Override
    public void execute() {

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy