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
As of now there is no ability to add comments on spring controllers and see them in the generated typescrypt file.
I understand that it needs a lot of effort to do it directly - e.g. support real javadocs/java comments.
But is would be easy to add a custom annotation like @TypescryptComment or something and use it within SpringApplicationParser.parseControllerMethod to add comments to the generated typescript methods.
This feature would be very helpful in environments where frontend and backend are developed by different teams.
WDYT?
If you like the idea I would prepare a pull request.
The text was updated successfully, but these errors were encountered:
As of now there is no ability to add comments on spring controllers and see them in the generated typescrypt file.
I understand that it needs a lot of effort to do it directly - e.g. support real javadocs/java comments.
But is would be easy to add a custom annotation like @TypescryptComment or something and use it within SpringApplicationParser.parseControllerMethod to add comments to the generated typescript methods.
This feature would be very helpful in environments where frontend and backend are developed by different teams.
WDYT?
If you like the idea I would prepare a pull request.
The text was updated successfully, but these errors were encountered: