On Mon, 2009-07-27 at 09:30 -0700, alesque wrote:
> It's not related to jaxb but perhaps I could hook a plugin
It it's OK for you to *write* a plugin, start with the classes in
com.sun.tools.xjc.generator.bean.field. At the first glance, it seems
that the method you need to get rid of are the AbstractField#annotate...
ones (possibly only the annotate(JAnnotatable), which dispatches the
call to the more specialized methods)
regards,
n0one