Interface InjectionTargetListener
-
- All Known Implementing Classes:
GenericInjectionManagerStore
public interface InjectionTargetListenerAn extension interface for implementations ofInjectionManagerStore. HK2 locator managers implementing this interface are notified when aninjection targetis processed byCdiComponentProvider. Locator managers can then set the effective injection manager to the processedtarget.- Author:
- Michal Gajdos
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(InjectionManagerInjectedTarget target)Notify the HK2 locator manager about new injection target being processed.
-
-
-
Method Detail
-
notify
void notify(InjectionManagerInjectedTarget target)
Notify the HK2 locator manager about new injection target being processed.- Parameters:
target- processed injection target.
-
-