Closed
Description
Alex opened SPR-12696 and commented
I find useful to annotate a class with @ControllerAdvice
so that the same error handler is used for multiple controllers.
I would like to do the same, i.e. having some kind of class with a special annotation where I would put my @MessageExceptionHandler
methods
Affects: 4.1.4
Issue Links:
- Allow use of @JsonView on @MessageMapping methods [SPR-12741] #17338 Allow use of
@JsonView
on@MessageMapping
methods ("is depended on by")