Interface InjectionTargetListener
- All Known Implementing Classes:
GenericInjectionManagerStore
public interface InjectionTargetListener
An extension interface for implementations of
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
.- Author:
- Michal Gajdos
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notify
(InjectionManagerInjectedTarget target) Notify the HK2 locator manager about new injection target being processed.
-
Method Details
-
notify
Notify the HK2 locator manager about new injection target being processed.- Parameters:
target
- processed injection target.
-