JPassport
JPassport copied to clipboard
Use the Classfile API in Java 22 to build classes
Writing source and compiling it is time consuming and potentially error prone. It would be much cleaner to build the class file directly using the new Classfile API that Java 22 introduced. IT's still a preview feature.