Class ForwardingInterceptor<T>

  • All Implemented Interfaces:
    jakarta.enterprise.context.spi.Contextual<T>, jakarta.enterprise.inject.spi.Bean<T>, jakarta.enterprise.inject.spi.BeanAttributes<T>, jakarta.enterprise.inject.spi.Interceptor<T>, WrappedContextual<T>

    public abstract class ForwardingInterceptor<T>
    extends IsolatedForwardingInterceptor<T>
    Delegating implementation of Interceptor.
    Author:
    Jozef Hartinger