[cdi-dev] Is InterceptionFactory a built in bean?

John Ament john.ament at spartasystems.com
Sun Mar 5 13:20:54 EST 2017


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:


public interface InterceptionFactory<T> {
    InterceptionProxyFactory<T> ignoreFinalMethods();


I believe InterceptionProxyFactory should be replaced with InterceptionFactory, if we haven't already fixed this.


John


________________________________
NOTICE: This e-mail message and any attachments may contain confidential, proprietary, and/or privileged information which should be treated accordingly. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this message, and destroy all physical and electronic copies. Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/cdi-dev/attachments/20170305/e3751fdf/attachment.html 


More information about the cdi-dev mailing list