You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello everyone,
I have a following problem: I have a package containing classes, which are written in plain java - the only annotations are from Lombok - and I wanted to document them as models inside yaml file. Is it possible and I am configuring something in the wrong way, or is the plugin not suitable for my case.
Hello everyone,
I have a following problem: I have a package containing classes, which are written in plain java - the only annotations are from Lombok - and I wanted to document them as models inside yaml file. Is it possible and I am configuring something in the wrong way, or is the plugin not suitable for my case.
Here's the configuration, and here's an example of a file I want to document:
When I launch the plugin through mvn compile, I get the following result:
I tried chaning
@ApiModel
to@Api
with no success.Thanks for help!
The text was updated successfully, but these errors were encountered: