1 Reply Latest reply on Mar 9, 2010 11:58 AM by pmuir

    Interceptors and the Bean interface

    swd847

      Say I am going to add a bean through AfterBeanDiscovery.addBean(), how can a specify that this bean should have some interceptors applied to it (direct interceptors, not through stereotypes)?


      Do I have to do it manually using BeanManager.resolveInterceptors as part of the create() method call?