users@jaxb.java.net

Re: JAXB compilation plugin

From: Malachi de Ælfweald <malachid_at_gmail.com>
Date: Tue, 28 Feb 2006 13:51:14 -0800

That won't require the class to actually be compiled on the classpath at
generation time?

Malachi


On 2/28/06, Kohsuke Kawaguchi <Kohsuke.Kawaguchi_at_sun.com> wrote:
>
> CodeModel already allows you to refer to types without actually having
> their definition. Just use JCodeModel.ref() or JCodeModel.parseType().
>