for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
package com.github.netkorp.telegram.framework.commands.abstracts;
import com.github.netkorp.telegram.framework.commands.interfaces.SimpleCommand;
/**
* Wraps the common features and the basic components that the {@link SimpleCommand} needs.
*/
public abstract class AbstractSimpleCommand extends AbstractCommand implements SimpleCommand {
}