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

restx.RestxRoute Maven / Gradle / Ivy

There is a newer version: 1.2.0-rc2
Show newest version
package restx;

/**
 * A route to handle http requests.
 *
 * Contrary to filters, only one route is selected per http request to handle it.
 *
 * This interface has no specific methods, it's mainly a marker interface following the RestxHandler contract.
 */
public interface RestxRoute extends RestxHandlerMatcher {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy