phax / jcodemodel

A heavily extended fork of the com.sun.codemodel (from 2013/09)
Other
93 stars 34 forks source link

memoryCodeWriter modifications #99

Open glelouet opened 3 years ago

glelouet commented 3 years ago
  1. should be placed into the writers package ? dunno. Maybe move the other classes from compile into writer.inmemory package ?
  2. 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.
stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.