Class ClassFileApiPreviewNotes

java.lang.Object
net.jrodolfo.java_evolution.java22.ClassFileApiPreviewNotes

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

    • ClassFileApiPreviewNotes

      public ClassFileApiPreviewNotes()
  • Method Details

    • purpose

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

      public String audience()
      Names the main audience.
      Returns:
      likely users of the API
    • projectDecision

      public String projectDecision()
      Explains why this package keeps the feature as notes.
      Returns:
      the project decision