staktrace / cafebabe

A java class file parser
43 stars 12 forks source link

Introduce threadsafe feature #46

Closed staktrace closed 2 months ago

staktrace commented 2 months ago

This makes it possible to use cafebabe in a multithreaded environment, by making the ClassFile threadsafe.

Fixes #42 .