Class ClassFileApiPreviewNotes
java.lang.Object
net.jrodolfo.java_evolution.java22.ClassFileApiPreviewNotes
Explains the Class-File API, introduced as a Java 22 preview feature.
Tools such as frameworks, compilers, agents, and bytecode libraries often
need to read, generate, or transform .class files. Java 22 introduced
a standard API that can evolve together with the class-file format.
The Java 22 API was preview, so this repository keeps the entry as notes instead of depending on a preview API shape.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClassFileApiPreviewNotes
public ClassFileApiPreviewNotes()
-
-
Method Details
-
purpose
-
audience
-
projectDecision
Explains why this package keeps the feature as notes.- Returns:
- the project decision
-