Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raphw/asm-jdk-bridge


https://github.com/raphw/asm-jdk-bridge

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

# asm-jdk-bridge

A first approach to trial the JDK API for generation and reading of class files by adapting the ASM API. This should serve as a first prof of concept by plugging the reader/writer into existing ASM-based code without much change of code. This also serves as an adapter concept for Byte Buddy where ASM is used vastly.