"Yeah, I made a compiler plugin to generate code with my own custom preprocessor language I made up because I was so sick of write for (i in c)"
One guy in my company tied into Java's annotation processing engine to create his own server side UI framework driven by his random annotations.
The generated code? Usually just creating a method that populated a HashMap with stuff pulled from the annotation... Yeah...