Groovy Java File Prepender
applying common comment blocks to java files
A friend of mine is getting ready to release an open source project and needed a quick way to put a common comment block at the beginning of every java file. I thought this would be a good chance for me to brush up on Groovy's slick File tricks and support. Yes, I know this has been done before and probably in Groovy as well, but it was a fun exercise. I would like some suggestions on how to make it better/leaner?