I've tried this feature in 3.1.0.beta1 and the following cannot be intercepted:
- lambdas or final classes (
WELD-001503)
- classes which don't have a default constructor/injected constructor (NPE)
It seems that the interception target needs to fulfil all constraints of CDI beans. |