Comment on Show HN: Auto-generate an OpenAPI spec by listening to localhostparentComments−steve_rambo2yYou don't need annotations for descriptions, they get picked up from javadoc-style comments which you should have anyway. Same with asp.net.−avolpe2yYou are right, for Spring Boot, the relatively new springdoc supports javadoc[1] as descriptions, which is better than the annotation.[1] https://springdoc.org/#javadoc-support
Comments
You don't need annotations for descriptions, they get picked up from javadoc-style comments which you should have anyway. Same with asp.net.
You are right, for Spring Boot, the relatively new springdoc supports javadoc[1] as descriptions, which is better than the annotation.
[1] https://springdoc.org/#javadoc-support