Re: Multiple values in a plugin property

2009-06-21 Thread Chad McHenry
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

Re: Multiple values in a plugin property

2009-06-21 Thread Dan Turkenkopf
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

Multiple values in a plugin property

2009-06-21 Thread Chad McHenry
I'm developing an Ibator plugin and wondering if there is a preferred way to specify multiple values. I'm expecting to implement a comma separated list Alternatively, has anyone already made this plugin (to annotate classes generated by Ibator)? I understand there are many