Skip to content

Commit

Permalink
code snippet link updated
Browse files Browse the repository at this point in the history
  • Loading branch information
hakdogan committed Mar 30, 2024
1 parent 58142d1 commit ad6e309
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ Class File API

[JEP 457](https://openjdk.org/jeps/457) Class-File API is a preview API to provide a standard API for parsing, generating, and transforming Java class files. This repository demonstrates how to create a class that invokes a method and prints a message with the said API.

https://github.com/hakdogan/class-file-api/blob/main/src/main/java/org/jugistanbul/GenerateClass.java#L22-35
https://github.com/hakdogan/class-file-api/blob/a25cb348d52a49c6561cb3d63e83204a5b992c4d/src/main/java/org/jugistanbul/GenerateClass.java#L22-L35

0 comments on commit ad6e309

Please sign in to comment.