I can confirm that this error still occurs when an interceptor is bound to a bean class (test case: https://github.com/atomicknight/wildfly-tests/tree/master/private-interceptor). Is there any way to avoid this error? Annotating the method with @ExcludeClassInterceptors does not work (presumably because the check for the final modifier happens first).
|