Module jakarta.cdi

Interface Producer<T>

Type Parameters:
T - The class of object produced by the producer
All Known Subinterfaces:
InjectionTarget<T>

public interface Producer<T>

Provides a generic operation for producing an instance of a type.

CDI Lite implementations are not required to provide support for Producer.