]
Antoine Sabot-Durand updated CDI-9:
-----------------------------------
Fix Version/s: 2.0 (discussion)
(was: TBD)
Interceptors are not applied to custom bean types
-------------------------------------------------
Key: CDI-9
URL:
https://issues.jboss.org/browse/CDI-9
Project: CDI Specification Issues
Issue Type: Feature Request
Components: Interceptors, Portable Extensions
Affects Versions: 1.0
Reporter: Stuart Douglas
Fix For: 2.0 (discussion)
Beans added through the SPI do not have interceptors applied.
Even though bean does not have a getInterceptorBindings() method, interceptors applied
to stereotypes should still work.