kbuntrock / openapi-maven-plugin

Generate openapi documentation for SpringMVC or JaxRS/JakartaRS projects.
https://kbuntrock.github.io/openapi-maven-plugin/
MIT License
13 stars 8 forks source link

[WIP] Handling of some of Swagger's annotations #120

Open hugop95 opened 3 months ago

hugop95 commented 3 months ago

64

The idea is to add a stage after the library parsing (that creates initial tags, endpoints, etc...), and before starting to build the YAML model, that allows modules (such as the Swagger one) to override those attributes. Ideally, the JavaDoc follows the same principle. If needed tomorrow, this allows users to register their own modules that can override attributes as they please.

Will add the rest later.