If you want to ask me any questions, contact me on no0ne#no_spam_remove_between_hashs# (at) no0ne dot org. Just don't ask me to buy something, 'cause I won't
License: either Sun's CDDL or GPLv2
Due credits: based on the code in the Property listener injector by Jerome Dochez and in the xjc tool in the JAXB 2.1 RI project (namely the com.sun.tools.xjc.generator.bean.field classes) by Kohsuke Kawaguchi
Rationale: address the shortcomings of the Property listener injector plugin in Sun's JAXB2 Commons. The PropListInjector:
org.no0ne.collectionprop.ListProperty to implement the java.util.List properties of the generated beans. This way, adding/removing elements from these lists will also be signaled to the listeners
-no-coll-listeners) that prevents the PropListInjector to generate listeners support for collection properties. If specified, the pluging will revert to using the java.util.ArrayList to support the collection properties, in which case (since ver 0.2.1) the generated code no longer depends on the CollectionBeanPropertyA brief User's Guide the binaries the sources, docos and other resources
Current version: v0.2.1 - Thursday, February 11 2010. Change log here
v0.2 - Sunday, July 12 2009.
v0.1.1 - Sunday, March 15 2009.
v0.1 - Sunday, February 21 2009. Initial version