JPassport icon indicating copy to clipboard operation
JPassport copied to clipboard

Use the Classfile API in Java 22 to build classes

Open boulder-on opened this issue 1 year ago • 0 comments

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.

boulder-on avatar Jun 11 '24 20:06 boulder-on