Class ClassFileApiNotes
java.lang.Object
net.jrodolfo.java_evolution.java24.ClassFileApiNotes
Explains the Class-File API, finalized in Java 24.
Bytecode tools, frameworks, compilers, and analysis utilities often need to
parse, generate, or transform .class files. Java 24 finalized a
standard API for that work, allowing the JDK and tools to evolve with the
class-file format together.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClassFileApiNotes
public ClassFileApiNotes()
-
-
Method Details
-
purpose
-
audience
-