Module jakarta.cdi

Interface InjectionPointConfigurator


public interface InjectionPointConfigurator
This API is an helper to configure an existing InjectionPoint 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: