afterburner.fx
afterburner.fx copied to clipboard
Fixes injection context is not propagated to super classes
- Injection context is not propagated to super classes
- Unnecessary instantiation of default objects is performed prior to applying the injection context
- 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.