Scala read method annotations from another project
问题 I have a sbt config with scala play! server, a scalajs client, and shared project which contains classes which are passed between the two. I want my client to have strong type information for the server API calls so I'm writing a task that for each route in the routes file builds a corresponding method in the client. I have a prototype that is able to parse almost all of the information I need out of the routes file. The only thing I can't get is return types. Here's what I have so far (I