Module jakarta.cdi

Interface BeanConfigurator<T>

Type Parameters:
T - the class of the bean instance

public interface BeanConfigurator<T>
This API is an helper to configure a new Bean instance. CDI container must provides an implementation of this interface. This builder 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
See Also: