Interface InterceptorFactory<T>

  • Type Parameters:
    T - the type of the interceptor class
    All Known Implementing Classes:
    CdiInterceptorFactory, PlainInterceptorFactory

    public interface InterceptorFactory<T>
    Produces instances of interceptor classes.
    Author:
    Jozef Hartinger