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

com.compilit.mediator.api.Query Maven / Gradle / Ivy

The newest version!
package com.compilit.mediator.api;

/**
 * Queries are for all read-only requests. Mutating of resources should not be taking place through a Query.
 *
 * @param  The return type.
 */
public interface Query extends Request {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy