public interface InjectionTargetListener
InjectionManagerStore
. HK2 locator
managers implementing this interface are notified when an injection target
is processed by CdiComponentProvider
. Locator managers can then set the
effective injection manager to the processed target
.Modifier and Type | Method and Description |
---|---|
void |
notify(InjectionManagerInjectedTarget target)
Notify the HK2 locator manager about new injection target being processed.
|
void notify(InjectionManagerInjectedTarget target)
target
- processed injection target.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.