OrionMinecraft / AccessTransformer

Simple Java access transformer written using ASM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orion AccessTransformer

Simple minimal Java Access Transformer written using OW2 ASM & Java 8

Features

  • Follows FML Access Transformer file specification
  • Really simple and no-bullshit API - simply load your AT lines and start transforming classes
  • Does not call System.out.print* unlike similar libraries - making it suitable for embedding into various projects
  • Depends only on OW2 ASM and Java 8, optionally on SLF4J logging to support debugging.

License

MIT

About

Simple Java access transformer written using ASM

License:MIT License


Languages

Language:Java 100.0%