Class CdiInterceptorFactory<T>

  • Type Parameters:
    T - the type of the interceptor
    All Implemented Interfaces:
    InterceptorFactory<T>

    public class CdiInterceptorFactory<T>
    extends Object
    implements InterceptorFactory<T>
    InterceptorFactory that obtains an interceptor instance using BeanManagerImpl.

    This factory is used for all Interceptor implementations.

    Author:
    Jozef Hartinger