/AccessTransformer

Simple Java access transformer written using ASM

Primary LanguageJavaMIT LicenseMIT

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