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

    <ibatorPlugin type="com.example.ibatis.ibator.plugins.ClassAnnotator">
      <property name="classTypes" value="modelBaseRecord,modelExample" />
      <property name="annotations"
value='java.lang.SuppressWarnings("unchecked"),' />
    </ibatorPlugin>

Alternatively, has anyone already made this plugin (to annotate classes
generated by Ibator)? I understand there are many plugins out there, but
searching google and the ibatis site only turned up the 5 that are in the
svn repository:
http://svn.apache.org/repos/asf/ibatis/trunk/java/tools/ibator/core/src/org/apache/ibatis/ibator/plugins/

...Chad

Reply via email to