Annotation Interface ExceptionHandler


@Repeatable(ExceptionHandlers.class) @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface ExceptionHandler
Specifies an ExceptionHandlerFunction class which handles exceptions throwing from an annotated service method.