public interface InjectionManagerInjectedTarget
extends jakarta.enterprise.inject.spi.InjectionTarget
injection target
that is co-injected by injection manager.
The injection is done via given injection manager
.Modifier and Type | Method and Description |
---|---|
void |
setInjectionManager(InjectionManager injectionManager)
Set the locator to be used to co-inject this injection target.
|
void setInjectionManager(InjectionManager injectionManager)
injectionManager
- effective injection manager.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.