Interface InjectableDecorator<T>

  • All Superinterfaces:
    javax.enterprise.inject.spi.Bean<T>, javax.enterprise.inject.spi.BeanAttributes<T>, javax.enterprise.context.spi.Contextual<T>, javax.enterprise.inject.spi.Decorator<T>, InjectableBean<T>, InjectableReferenceProvider<T>, javax.enterprise.inject.spi.Prioritized

    public interface InjectableDecorator<T>
    extends InjectableBean<T>, javax.enterprise.inject.spi.Decorator<T>, javax.enterprise.inject.spi.Prioritized
    Quarkus representation of a decorator bean. This interface extends the standard CDI Decorator interface.