-
Bug
-
Resolution: Done
-
Major
-
1.0
-
None
The Interceptor example in section 9.5.1 use a illegal method signature for Around-Invoke interceptors:
@AroundInvoke
public void aroundInvoke() throws Exception
(void and no InvocationContex argument)
Around-invoke methods have the following signature:
Object <METHOD>(InvocationContext) throws Exception
- is duplicated by
-
CDI-130 interceptor that return void, unclear in 1.0 specification, needs clarification in 1.1
-
- Closed
-