Package com.jk.core.exceptions.handler
Annotation 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