typescript-generator icon indicating copy to clipboard operation
typescript-generator copied to clipboard

Recognize Swagger Api annotation as RestController contract

Open thilken opened this issue 2 years ago • 1 comments

-adapt implementation to recognize Swagger Api annotation as RestController contract so the generator is compatible with current openapi-generator (https://github.com/openapitools/openapi-generator)

thilken avatar Feb 20 '22 19:02 thilken

Does Spring also recognize io.swagger.annotations.Api annotation (in addition to org.springframework.stereotype.Component) or is it meant just for Swagger?

vojtechhabarta avatar Nov 18 '22 06:11 vojtechhabarta