Open
Description
According to the documentation the spring
generator adds the @ResponseStatus
annotation when useResponseEntity
is disabled.
It would be useful to have a similar config option for the jaxrs-spec
generator (according to the documentation this is not available currently).
2 proposals:
- Add the
@ResponseStatus
annotation whenreturnResponse
is disabled. This would alter the default behavior. - Create a new config option, e.g.
responseStatus
, that is disabled by default and can be set totrue
to enable it. To avoid conflicts the config optionreturnResponse
would also have to be disabled before adding the annotation.
Metadata
Metadata
Assignees
Labels
No labels