Annotation Interface OpenAPI
This annotation is a more structured way to document data that could be added with custom Javadoc
 tags. Values from this annotation have precedence over the Javadoc values. If values from this
 annotation are empty, data from the Javadoc comment will be used.
- Author:
 - chhorz
 
- 
Element Details
- 
tags
String[] tagsList of OpenAPI tags that are described in theoas-generator.ymlfile.If empty the Javadoc tags
@categoryand@tagwill be evaluated.- Default:
 - {}
 
 - 
securitySchemes
String[] securitySchemesList of security scheme names from theoas-generator.ymlfileIf empty the Javadoc tags
@securitywill be evaluated.- Default:
 - {}
 
 - 
responses
OpenAPIResponse[] responsesList of responses for the given method.If empty the Javadoc tags
@responsewill be evaluated.- Default:
 - {}
 
 
 -