Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Using CDI Interceptors

Header Image

  1. What are CDI interceptors?
    • This article explains the definition of CDI interceptors, how they intercept method invocations and modify their behavior, and how to use them in the CDI framework.
  2. How to use CDI interceptors
    • This article explains how to use CDI interceptors in Java applications, specifically focusing on the @Interceptor annotation to specify an interceptor class.
  3. Explanation of the @Interceptor annotation
    • The article explains how to use the @Interceptor annotation in CDI to specify an interceptor class that can modify the behavior of the code by intercepting method invocations.

Table of contents