All,
I don't see it explicitly called out in the spec, but should I be able to do this? CDI.current().select(InterceptionFactory.class).get() - e.g. is it a a bean, or can I only access it as a producer method or via BeanManager.createInterceptionFactory() ?
Also, I found in the 2.0 beta 1 spec the following:
I believe InterceptionProxyFactory should be replaced with InterceptionFactory, if we haven't already fixed this.
John