users@jaxb.java.net

Re: Interface inheritance

From: John G. Lussmyer <Cougar_at_CasaDelGato.Com>
Date: Wed, 24 Aug 2011 15:41:19 -0700

Yes, those are the docs.
I haven't been able to find the actual plugin anywhere.

On 8/24/2011 12:22 PM, Aleksei Valikov wrote:
> http://confluence.highsource.org/display/J2B/Inheritance+plugin
>
>
>
> On Wed, Aug 24, 2011 at 8:26 PM, Wolfgang Laun<wolfgang.laun_at_gmail.com> wrote:
>> There used to be a JAXB plugin for interface insertion. The jar was called
>> xjc-if-ins.jar, and it was available from some Sun site. But links that
>> worked 18 months ago don't any more.
>> -W
>>
>> On 23 August 2011 20:14, John G. Lussmyer<Cougar_at_casadelgato.com> wrote:
>>> Actually, just adding "implements Foo" would be adequate.
>>>
>>> On 8/23/2011 10:03 AM, Wolfgang Laun wrote:
>>>
>>> A Java class implements an interface. Is "implements Foo" all you need to
>>> have added to the generated class, or do you mean something more intricate?
>>> -W
>>>
>>> On 23 August 2011 18:32,<cougar_at_casadelgato.com> wrote:
>>>> So, there isn't any way to have a JAXB generated class inherit from a
>>>> Java Interface?
>>>