The new Class File API is for reading not writing, correct?  With that in mind, 
I think only the ASM decompile package (org.codehaus.groovy.ast.decompiled) is 
under consideration.  There are already 2 paths taken by ClassNodeResolver 
tryAsLoaderClassOrScript.  Adding a third option there that is switchable like 
the others should not be too problematic.  Did we want to make such a thing 
pluggable so user could introduce their own class lookup option?

Reply via email to