-
Feature Request
-
Resolution: Done
-
Major
-
2.0-EDR1
-
None
-
Sprint 1
Currently the spec explicitly disallows to apply interceptors and decorators to contextual instances created by producer fields and producer methods.
if you add an Interceptor annotation to a producer method then only the invocation of the producermethod gets intercepted. The created Contextual Instance will remain a plain object.
We should explore ways to allow this somehow.