Let's discuss basic annotations in
#swagger.
Once again, swagger allows us to describe our API, so others can easily use it. This technic also famous as OpenAPI.
In REST application we have resources. To make it visible to swagger, annotate it with @Operation
#Java #100DaysOfCode