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
Modifier and Type Method Description void
registerRoutes()
Register routes.
-
Method Details
-
registerRoutes
void registerRoutes()Register routes.
-