public interface InstantiationData
Contains information about the caller of a
Factory.provide() method- Author:
- jwells
-
Method Summary
Modifier and TypeMethodDescriptionReturns theInjecteeof the service that is being instantiated with thisFactory.provide()method
-
Method Details
-
getParentInjectee
Injectee getParentInjectee()Returns theInjecteeof the service that is being instantiated with thisFactory.provide()method- Returns:
- the
Injecteeof the service that is being instantiated with thisFactory.provide()method, or null if theInjecteeis unknown or this is from a lookup operation
-