1
I am documenting an API with Swagger. I am not using annotations and the documentation is recorded in a JSON file.
The problem is that API is constantly changing and with each change you need to compare the file with the Java source code.
I wonder if there is any way to automate this task or if you would have any tips.
At some point the API will stop being modified, right? I think until that moment there is not much to do... The way is to update manually until the API arrives in a "stable version"
– igventurelli