I am absolutly new in Swagger and I have the following doubt:
I know that gnerally I have to create Swagger document before code my REST API and the use this document to create my API (I know that from the Swagger Editor I can also generate my API server automatically).
My problem is the following one:
I am working on a Java application (a Spring Boot application) that implements my REST API. I want to use Swagger to create my API documentation.
Exist a way to automatically do it? From my Java code to the Swagger yaml file? For example annoting my Java code in some way that could be parsed by some tool?