bmc / classutil

Scala-friendly, fast class-finder library (using ASM under the covers)
http://software.clapper.org/classutil/
Other
92 stars 29 forks source link

classutil: Fast class finder utilities, plus some extras

Build Status Maven Central

Introduction

The org.clapper.classutil (ClassUtil) library is a Scala package that provides various class location and class generation capabilities, including:

Under the covers, ClassUtil uses the ASM bytecode library, though it can be extended to use a different byte code library.

ClassUtil is fast for several reasons:

Please see the full documentation on the library's home page for all the gory details, including caveats.

ClassUtil is copyright © 2010-2019 Brian M. Clapper.