Class ClassFileApiSecondPreviewNotes
java.lang.Object
net.jrodolfo.java_evolution.java23.ClassFileApiSecondPreviewNotes
Explains the Class-File API as a Java 23 second preview feature.
Tools and frameworks often need to inspect or transform Java class files. Before the standard Class-File API, that work usually depended on third-party bytecode libraries. The JDK API gives tools a standard model that can evolve with the class-file format.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClassFileApiSecondPreviewNotes
public ClassFileApiSecondPreviewNotes()
-
-
Method Details
-
purpose
-
status
-