Using Interceptors in CDI Applications - The Java EE 6 Tutorial

Using Interceptors in CDI Applications - The Java EE 6 Tutorial

瀏覽:735
日期:2025-09-27
Using Interceptors in CDI Applications An interceptor is a class used to interpose in method invocations or lifecycle events that occur in an associated target class. The interceptor performs tasks, such as logging or auditing, that are separate from the ...看更多