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

pl.atom.spring.cqs.command.Command Maven / Gradle / Ivy

The newest version!
package pl.atom.spring.cqs.command;

/**
 * Implement to mark command. Command execution doesn't return any value. Command is used to execute some action.
 *
 * @author Artur Tomaszewski arttom
 */
public interface Command {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy