Hi All,
We have a scenario where the response for API is getting formed using the aop concept. Here we have the return type of the API method as a bean and we are using the AOP to intercept this method and form the response using an annotation at the method layer.
Currently when we generate the doc , the response schema and example shows according to the return type i.e. the bean.
Is there a way to support use of customized annotation for response?