-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
Description
- should be placed into the writers package ? dunno. Maybe move the other classes from compile into writer.inmemory package ?
- dynCl() should be a protected non-static method. Mainly because it bloats the public static interface, while not created for external use : the only other access besides this class, are from sublcasses that would override this to create specific DynamicClass Loader.