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

shortbus.Request Maven / Gradle / Ivy

Go to download

ShortBus is an in-process mediator with low-friction API implemented in Java.

The newest version!
package shortbus;

/**
 * Marker interface to represent a request.
 *
 * @param  Expected result type
 */
public interface Request {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy