
In the cases where we have Mixins writing new fields, we could do traditional field initialization here, but it would be nice to tell IntelliJ to stop being stubborn learn to tell additional constructor called methods to initialize fields.
This could be tricky as constructor injection can be tricky, but I'm fairly sure this sort of injection will always work, even with multiple constructors without a no-args constructor, right @Mumfrey ?
In the cases where we have Mixins writing new fields, we could do traditional field initialization here, but it would be nice to tell IntelliJ to
stop being stubbornlearn to tell additional constructor called methods to initialize fields.This could be tricky as constructor injection can be tricky, but I'm fairly sure this sort of injection will always work, even with multiple constructors without a no-args constructor, right @Mumfrey ?