> Why no annotations support?
Well I figure it depends on the size and complexity of the SQL statement but my thoughts are that:
- Generally you want to be able to easily cut n paste the SQL to/from an external query tool
- Formatting even a medium sized SQL statement using Java String concatenation is relatively painful.
Now there was talk (for Java7) of being able to have multi-line strings in Java and if that happened then these two issue would go away as far as I'm concerned.
Don't let me stop you asking for annotation support though...
Cheers, Rob.