users@jaxb.java.net

Re: Turn off annotations

From: No 0ne <no0ne_at_no0ne.org>
Date: Tue, 28 Jul 2009 18:18:56 +1000

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