kbuntrock / openapi-maven-plugin

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

Allow using other NotNull annotations #78

Closed royteeuwen closed 3 months ago

royteeuwen commented 1 year ago

In our project we use the jetbrains annotations to specify NotNull. It would be convenient to either also support these, or to make a configuration available to specify the class name of what you want to use as NotNull annotations

kbuntrock commented 1 year ago

That is indeed a good idea. I'm currently in holidays for 3 weeks but I will add it as soon as I'm back.

kbuntrock commented 12 months ago

Back from holidays, will work on it asap. :) @royteeuwen

josve commented 4 months ago

Here is a suggested PR that adds support for this.

https://github.com/kbuntrock/openapi-maven-plugin/pull/111