Class CustomDecoratorWrapper<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.Decorator<T>, WeldDecorator<T>, WrappedContextual<T>

public class CustomDecoratorWrapper<T> extends ForwardingDecorator<T> implements WeldDecorator<T>
A wrapper for a decorated instance. Allows to enhance custom decorators with metadata about the WeldClass at deployment time.
Author:
Marius Bogoevici