Package dev.relism.flash.routing
Class Routes
java.lang.Object
dev.relism.flash.routing.Routes
Boot-time resolution of
Route from a handler class (direct @Route or shorthand).-
Method Summary
-
Method Details
-
of
Effective route forcls, ornull. Prefers@Routeon the class; otherwise the first annotation type meta-annotated with@Route(e.g.@GET). If several routing annotations are present, behaviour is undefined — use one.
-