Is there any tool that provides Java code generation and also supports generics?
For example, Javassist is the tool that I need, but it does not support generics.
I wrote a small library that uses the Java 6 compiler API, however, as far as I know, it depends on the JDK. Is there a way to specify a different compiler? Or send with my application only those parts that I need to call using the Java Compiler API?
java java-api java-compiler-api
halfwarp
source share