Template Java Compiler a Java compiler that adds C++ like template support for Java.
Since Java 1.5, generics has been added to the Java language. However, the usage of templates has been limited to type-safety. This project attempts to make templates more useful.