Annotation Interface ExceptionHandler


@Retention(RUNTIME) @Target(TYPE) public @interface ExceptionHandler
Annotation to mark methods that handle exceptions in a standardized way.

Methods annotated with @ExceptionHandler are expected to handle exceptions in a consistent manner across the application.

Version:
1.0
Author:
Dr. Jalal H. Kiswani