1 Reply Latest reply on Jul 1, 2013 5:02 AM by bafco

    BeanPostProcessor and javax.enterprise.inject.Instance<T>

      Hi guys,

       

      I have solid spring backgroud so sometimes i am trying to solve problems with spring approach. In spring there is BeanPostProcessor which allows you to process beans before inintialization and after initialization. Is there any way to implement same behaviour with CDI extenssions? With javax.enterprise.inject.Instance i can simulate semantics of post processing but it is not the same.