-
Bug
-
Resolution: Done
-
Minor
-
1.0.1.Final
-
None
Around-invoke methods have the following signature:
Object <METHOD>(InvocationContext) throws Exception
Interceptors that does not follow that should cause a DefinitionException.
In current impl they are registered, enabled but can not be resolved on Bean lookup.
- relates to
-
WELD-1401 Make it possible to distinguish an interceptor class bound using @Interceptors from a CDI managed bean
- Resolved