shortbus.Request Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of shortbus Show documentation
Show all versions of shortbus Show documentation
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 {
}