Interface InjectionManagerInjectedTarget
- All Superinterfaces:
jakarta.enterprise.inject.spi.InjectionTarget
,jakarta.enterprise.inject.spi.Producer
public interface InjectionManagerInjectedTarget
extends jakarta.enterprise.inject.spi.InjectionTarget
CDI
injection target
that is co-injected by injection manager.
The injection is done via given injection manager
.- Author:
- Michal Gajdos
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setInjectionManager
(InjectionManager injectionManager) Set the locator to be used to co-inject this injection target.Methods inherited from interface jakarta.enterprise.inject.spi.InjectionTarget
inject, postConstruct, preDestroy
Methods inherited from interface jakarta.enterprise.inject.spi.Producer
dispose, getInjectionPoints, produce
-
Method Details
-
setInjectionManager
Set the locator to be used to co-inject this injection target.- Parameters:
injectionManager
- effective injection manager.
-