java.lang.Object
io.helidon.integrations.cdi.delegates.DelegatingProducer<T>
Type Parameters:
T - the type of produced object
All Implemented Interfaces:
Producer<T>
Direct Known Subclasses:
DelegatingInjectionTarget

public class DelegatingProducer<T> extends Object implements Producer<T>
A Producer implementation that forwards all operations to another Producer.