you say >"Annotation is useful because it’s in ...
# ktor
m
you say >"Annotation is useful because it’s in one place, and you don’t forget to bind it" but wouldn't it be the same if you do the bind when you do the routing? like:
Copy code
get<MyLocation>("/some/url/{param}"){}