trung / InMemoryJavaCompiler

Utility class to compile java source code in memory
Apache License 2.0
267 stars 85 forks source link

Support for multiple (dependent) compile units #2

Closed turpid-monkey closed 6 years ago

turpid-monkey commented 8 years ago

Hi,

I added some code to your lib that allows to compile several units in one go.

Greetings,

Sam

trung commented 6 years ago

Thanks for the contribution. I'll make some minor changes to fit the singleton design