Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 706 Bytes

File metadata and controls

39 lines (24 loc) · 706 Bytes

Overview

  1. Summary of Bytecode manipulation tools
  1. Start here
  2. Pro: Fast
  3. Pro: Popular
  4. Pro: Actively maintained (in 2023)
  5. Pro: Embraces immutability
  6. Pro: Fluent API
  7. Pro: Used by popular tools like Mockito, Jackson, Hibernate, Google's Bazel/Blaze
  8. Based on ASM
  1. Pro: Fast
  2. Low-level
  1. TODO
  1. Con: Complex
  1. Abandonware
  1. Abandonware

Other Resources

  1. TODO