Is it possible to specify a custom classloader for javac (or some alternative java compiler)?
I\'d love such a feat because it would allow me to compile classes that
The only two ways I know of plugging directly into javac (as run on the command line) are via the annotation processor or via a compiler-specific hack.