Class ClassFileApiSecondPreviewNotes

java.lang.Object
net.jrodolfo.java_evolution.java23.ClassFileApiSecondPreviewNotes

public class ClassFileApiSecondPreviewNotes extends Object
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 Details

    • ClassFileApiSecondPreviewNotes

      public ClassFileApiSecondPreviewNotes()
  • Method Details

    • purpose

      public String purpose()
      Explains the API goal.
      Returns:
      a short explanation
    • status

      public String status()
      Describes the feature status across releases.
      Returns:
      a short status note