Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azn9/java-tests
A java project where I publish some tests that I do...
https://github.com/azn9/java-tests
Last synced: about 1 month ago
JSON representation
A java project where I publish some tests that I do...
- Host: GitHub
- URL: https://github.com/azn9/java-tests
- Owner: Azn9
- License: apache-2.0
- Created: 2023-12-21T21:08:22.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-21T21:23:56.000Z (11 months ago)
- Last Synced: 2024-05-02T05:40:26.106Z (7 months ago)
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
Awesome Lists containing this project
README
This repository contains some tests, demos, examples, and proof of concepts for many different things.
Feel free to look around and use anything you find useful.# Please note that some of the code is not production ready and may not be suitable for use in a production environment.
---
- [Replace field accesses with methods](https://github.com/Azn9/Java-tests/tree/replace-field-accesses-with-methods) | ByteBuddy / ASM