Interface InjectableDecorator<T>

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

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