users@jaxb.java.net

Re: Adding marker to jaxb generated class

From: Lucas Madar <lucas_at_mcsnw.com>
Date: Thu, 13 Aug 2009 00:43:27 -0700

On 8/13/2009 12:36 AM, Avihaimar wrote:
> Thank you!!!!!
>
> Its cool!!!!
>
> do you know if there is a way to add implment interface on the complex type?
>
>
Hello,

It looks like you want the "interface insertion" plugin:
https://jaxb2-commons.dev.java.net/interface-insertion/

Note that xjc will need to have your interfaces in its classpath unless
you set the "check" attribute to false.

- Lucas