How can you shade javac classes?
I want to shade javac classes to allow for the the usage of internal files without explicitly requiring them to be exported. This is so that my annotation processor can do lombok type of stuff without needing jvm flags like right now.