|
I see. So you don't declare @Interceptor for MyInterceptor.class neither use interceptor bindings to associate the interceptor, right? The problem is that Weld is not able to distinguish an interceptor class bound using @Interceptors from a CDI managed bean.
|