afterburner.fx icon indicating copy to clipboard operation
afterburner.fx copied to clipboard

Fixes injection context is not propagated to super classes

Open paulhudsonx opened this issue 4 years ago • 0 comments

  1. Injection context is not propagated to super classes
  2. Unnecessary instantiation of default objects is performed prior to applying the injection context
  3. The unnecessary instantiation of default objects fails in the default instance supplier if the type cannot be constructed, say because it the type is an interface, abstract class etc.

paulhudsonx avatar Mar 30 '20 19:03 paulhudsonx