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

pl.atom.spring.cqs.query.Query Maven / Gradle / Ivy

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

/**
 * Implement to mark query. Query execution returns value. Query is used to execute some data fetch that doesn't change
 * state of the system.
 *
 * @author Artur Tomaszewski arttom
 */
public interface Query {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy