Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 591 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 591 Bytes

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