Package io.avaje.http.api
Interface WebRoutes
-
public interface WebRoutes
Registers routes to a web framework. Implementations can be generated by APT processing adapting web route requests to controller methods.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registerRoutes()
Register routes.
-
-
-
Method Detail
-
registerRoutes
void registerRoutes()
Register routes.
-
-