springdoc-openapi
springdoc-openapi copied to clipboard
Support processing `@HttpExchange` based annotations
From Spring 6.1.0 (Spring Boot 3.2.0), @HttpExchange has supported for server side handling, see https://github.com/spring-projects/spring-framework/issues/30913.
springdoc should support processing @HttpExchange based annotations (eg. @GetExchange, @PostExchange).
Is there a plan to implement this feature?