package ring.commands; /** * A CommandTemplate specifies what and how a {@link Command} receives its parameters * in object form. * @author projectmoon * */ public interface CommandTemplate { }