Thanks Michael. Although I don't distribute my own bytecode, I do hope
people may find it valuable one day.
I currently use private static methods if I need to do anything before
calling super and this new feature does promise me some release from this
ugly way of doing things. I think perhaps I c
Hi Owen,
regarding NetBeans:
you will need NetBeans 22 or later for Java 22 features (NB 22 should be
officially released soon). Also keep in mind that JEP 447 (Statements
before super) is a preview feature and preview features create
non-portable bytecode which lock the bytecode to one JDK ve