You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although "full" support for @ExceptionHandler annotated methods isn't feasible, perhaps there is some other benefit we can provide here.
At the very least, we could cover for IDE warnings stating those methods aren't invoked, as that's typically incorrect.
Current Behaviour
There is zero support for the @ExceptionHandler annotation.
Wanted Behaviour
Investigate if we can provide some support for the @ExceptionHandler annotation.
Possible Workarounds
None.
The text was updated successfully, but these errors were encountered:
Feature Description
Although "full" support for
@ExceptionHandler
annotated methods isn't feasible, perhaps there is some other benefit we can provide here.At the very least, we could cover for IDE warnings stating those methods aren't invoked, as that's typically incorrect.
Current Behaviour
There is zero support for the
@ExceptionHandler
annotation.Wanted Behaviour
Investigate if we can provide some support for the
@ExceptionHandler
annotation.Possible Workarounds
None.
The text was updated successfully, but these errors were encountered: