https://openjdk.org/jeps/447 Summary: In constructors in the Java programming language, allow statements that do not reference the instance being created to appear before this() or super(). - Mark