-
Bug
-
Resolution: Done
-
Major
-
1.1.0.Beta2
-
None
We currently allow method level interceptors on beans that also have private methods, which causes the final methods to be invoked on the proxy. There are two options here:
- Fix
WELD-437(implement interception through subclassing) - Pick this up in the verification phase and either log a warning or throw an exception
- is blocked by
-
WELD-437 Use subclasses for interceptors and decorators
- Closed