You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -168,7 +168,7 @@ so it's safer than heavy reflection-based alternatives.
168
168
Keep in mind, that if you want to use named parameters in your endpoints,
169
169
you have to pass `-parameters` flag to your compiler to preserve parameter names in bytecode.
170
170
171
-
Full example: [AnnotationsRoutingExample.kt](https://github.com/javalin/javalin-routing-extensions/blob/main/routing-annotations/routing-annotated/src/test/java/io/javalin/community/routing/annotations/example/AnnotatedRoutingExample.java)
171
+
Full example: [AnnotationsRoutingExample.java](https://github.com/javalin/javalin-routing-extensions/blob/main/routing-annotations/routing-annotated/src/test/java/io/javalin/community/routing/annotations/example/AnnotatedRoutingExample.java)
0 commit comments