javanicusJeremy Rayner on java and other stuff.java2groovy- December 29, 2006 Having just finished the first full run through of a groovy pretty printer, I thought I'd flex it's muscles by creating a useful command line program... java2groovy file ... Description: The java2groovy tool reads class and interface definitions, written in the Java programming language, and converts them into groovy source files. to do this... I took the original java.g grammar which groovy.g is based upon amended it to remove Java features not implemented in groovy.g ("do"...http://javanicus.com/blog2/items/203-index.html |