Java 21 does not allow to execute any instructions before super constructor call. Need to implement custom handling for <init> that will automatically skip super and call handler after the super call.