-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Labels
Description
Quite a few classes are package protected, final etc and it makes it hard to extend the features of the library.
For instance, I would like to create an alternate way to compile java classes and it would be nice to extend JavaSourcesSubject, JavaSourceSubject, their adapters, using Compilation class, the various clauses, etc...
Would it be possible to open the API a bit more to make this easier ?
benrebak