Interface ProducerConfigurator<T>

  • Type Parameters:
    T - The return type of the producer method or the type of the producer field
    All Known Implementing Classes:
    ProducerConfiguratorImpl

    public interface ProducerConfigurator<T>

    A ProducerConfigurator can configure a Producer. The container must provide an implementation of this interface.

    This configurator is not thread safe and shall not be used concurrently.

    CDI Lite implementations are not required to provide support for Portable Extensions.

    Since:
    2.0
    Author:
    Martin Kouba
    See Also:
    ProcessProducer.configureProducer()