I created a plugin and I tried to modify the in memory class model through
the codemodel package. I didn't find any related methods to remove
annotations.
Can I remove annotations through the codemodel api?
Regards,
Alexandre
No 0ne wrote:
>
> 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
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>
>
--
View this message in context: http://www.nabble.com/Turn-off-annotations-tp24658417p24728818.html
Sent from the java.net - jaxb users mailing list archive at Nabble.com.