For managed beans (@ManagedBean classes), they are java EE component classes. They support both cdi and non-cdi interceptors. When I create a instance using injectionTarget.produce(), I got hold of the instance with both cdi and non-cdi interceptors associated. However, the @Resource injection point on the non-cdi interceptors are not injected when Weld creates the interceptor instances.