Interface InjectableInterceptor<T>

  • Type Parameters:
    T -
    All Superinterfaces:
    javax.enterprise.inject.spi.Bean<T>, javax.enterprise.inject.spi.BeanAttributes<T>, javax.enterprise.context.spi.Contextual<T>, InjectableBean<T>, InjectableReferenceProvider<T>, javax.enterprise.inject.spi.Interceptor<T>, javax.enterprise.inject.spi.Prioritized
    All Known Implementing Classes:
    InitializedInterceptor

    public interface InjectableInterceptor<T>
    extends InjectableBean<T>, javax.enterprise.inject.spi.Interceptor<T>, javax.enterprise.inject.spi.Prioritized
    Quarkus representation of an interceptor bean. This interface extends the standard CDI Interceptor interface.