for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
package com.github.netkorp.telegram.framework.commands.interfaces;
/**
* Contains the logic of a command to be executed by the users.
*/
public interface Command {
}