Class InstantiationDetails
java.lang.Object
me.datafox.dfxengine.injector.api.InstantiationDetails
Contains instantiation details of an object when using the
Injector
. When used as a dependency, it contains a
reference to the class the Component
was requested with, as well as the declared class of said Component.
For Components that have InstantiationPolicy.ONCE
, requesting
will always be null
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InstantiationDetails
public InstantiationDetails()
-