On Mon, Oct 5, 2009 at 8:35 AM, Vinayak Borkar <[email protected]> wrote:
> I was thinking of moving away entirely from code generation using any > out-of-band code generators. Instead, we could use Java annotations to > generate the thinks we need, so we stay within Java-land as much as > possible. > > Thoughts? I am generally happy with annotations. However, they can become a problem for performance. I try to use them at compile time, whereever possible. Which brings us back to source code generation ... :-) Jochen -- Germanys national anthem is the most boring in the world - how telling!
