Enterprise Java Development@TOPIC@

Chapter 116. CDI Interceptors

116.1. @InterceptorBinding Annotation
116.2. Interceptor Class
116.3. CDI Bean Class
116.4. CDI Descriptor (beans.xml) Activation
116.5. Summary

Annotation to identify type of interceptor required (e.g., @Transactional)


The above @InterceptorBinding annotation will be used to designate the type of interceptor required/offered by/to a bean




  • Activates Interceptor classes

  • Controls order applied