users@jaxb.java.net

Re: XSD Data types

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Tue, 14 Nov 2006 11:58:09 +0100

Hi.

> Thanks Lexi, Kohsuke,
>
> I think I need to learn a lot of things. :-) Great...
> 1 more question.
> Can I add an import statement on the generated code? Because I inject a
> code to my generated Code using co.implClass.direct() API, which
> containing util classes such as Iterator, List, etc. And maybe would
> like to add few more classes. Or maybe is there any better way to inject
> code?

I generally dislike direct() code generation.

As far as I know, you can't explicitly defined an import statement - seems like
you'll need to use FQ class names.

Bye.
/lexi