Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlloyd committed Jul 25, 2023
1 parent 411e8d3 commit e01165a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Unofficial JDK Classfile API Backport
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.dmlloyd/jdk-classfile-preview/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.github.dmlloyd/jdk-classfile-preview)


This is a (very) unofficial backport of the new classfile API found in JDK 21 and later. That API is non-public (not even preview) at the time of this writing, so this project gives no compatibility guarnatees and in fact may break compatibility at any time with no notice.
This is a (very) unofficial backport to JDK 17 of the new classfile API found in JDK 21 and later. That API is non-public (not even preview) at the time of this writing, so this project gives no compatibility guarnatees and in fact may break compatibility at any time with no notice.

However, it should suffice to allow projects to test out the new API and give feedback which could then potentially even be relayed to the upstream project.

Expand Down

0 comments on commit e01165a

Please sign in to comment.