It is for Spring annotations that I started this, so I'll continue on.
SuppressWarnings annotations were an afterthought, but the
suppressTypeWarnings property is a useful find, as is the
targetRuntime="Ibatis2Java5" attribute, which I'd somehow missed before,
thanks for the pointer.
On Sun, Jun 21
Hi Chad,
As far as I know there's no preferred delimiter. In some conversations I've
had with Jeff, he's suggested commas were a good way to go.
I've done something similar before with a plugin, adding a Spring @Service
annotation to my generated DAOs, but nothing as generic as you're trying.
I