eclipse-jdt / eclipse.jdt.core

Eclipse Public License 2.0
166 stars 130 forks source link

[22] JEP 457: Class-File API (Preview) #1634

Closed mpalat closed 8 months ago

mpalat commented 11 months ago

Provide a standard API for parsing, generating, and transforming Java class files. This is a [preview API]. https://openjdk.org/jeps/457

stephan-herrmann commented 11 months ago

It looks like JEP 457 will be implemented as an addition to the system libraries. What should JDT do here?

mpalat commented 8 months ago

It looks like JEP 457 will be implemented as an addition to the system libraries. What should JDT do here?

@stephan-herrmann Nothing to be done here, atleast for now. The only possibility is about using this in JDT's disassembler sometime later in the future (or should we?). Will close this - unless you have some other thoughts.