This module contains the source code for the examples from chapter 6 of the book Pro CDI 2 in Java EE 8.
- Writing a decorator
- Decorator with qualified decorator
- Decorator with delegate annotated with @Any
- Caching interceptor
- Overwrite method result in an interceptor
- Updating method parameters in an interceptor
- Storing data in the interceptor context
- Intercepting constructors
- Applying an interceptor to an object created in a producer