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

com.cookingfox.lapasse.api.command.Command Maven / Gradle / Ivy

There is a newer version: 0.5.6
Show newest version
package com.cookingfox.lapasse.api.command;

import com.cookingfox.lapasse.api.message.Message;

/**
 * Base interface for a command message.
 */
public interface Command extends Message {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy