Hi all, I know there are some way to use alternative Managed Bean at runtime in CDI. but how to process Interceptor.
1. I want to use custom Interceptor(esp extended from the Interceptor and provides some different behavior) instead of the one shipped by some framework/tools at runtime ? 2. How to disable an interceptor at runtime for one ManagedBean(like Seam 2 bypass annotation), and disable it globally? Hantsy
