Java 5 to Java 1.4 Source Code Backporting Tool

Posted by kolrie on Stack Overflow See other posts from Stack Overflow or by kolrie
Published on 2009-03-02T20:16:21Z Indexed on 2010/03/08 7:36 UTC
Read the original article Hit count: 406

Filed under:
|
|
|

Is there a tool that, given a Java 5 level source code, will backport it to Java 1.4-compliant source code, by removing Generics declarations, transforming for eachs in simple fors or iteration fors, etc.?

Please note that I am looking for a tool that translates source code to source code, not class binaries.

© Stack Overflow or respective owner

Related posts about java

Related posts about backport