This is a fork of popular library called Classycle.
- added Java 7 and Java 9 Constant pool tags.
Last official Classycle version (1.4.2) didn't support them.
You would recognize it by running into an issue like this one. - refactored to generics, lambdas etc
- formatted code
- removed Ant tasks, you can implement your own if you want... 😜
libraryDependencies ++= Seq("ba.sake" % "hepek-classycle" % "0.0.1")
See official user guide.
- improve MethodHandleConstant and InvokeDynamicConstant. Anyone?
- final-ize classes ???
- remove Vector class ???