Class PlainInterceptorFactory<T>

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

    public class PlainInterceptorFactory<T>
    extends Object
    implements InterceptorFactory<T>
    InterceptorFactory that uses an InjectionTarget as a factory for interceptor instances.

    This factory is used for interceptors that are not CDI beans - interceptors defined using the Interceptors annotation.

    Author:
    Jozef Hartinger