Module jakarta.cdi

Interface InjectionTarget<T>

Type Parameters:
T - The class of the instance
All Superinterfaces:
Producer<T>

public interface InjectionTarget<T> extends Producer<T>

Provides operations for performing dependency injection and lifecycle callbacks on an instance of a type.

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

See Also: