users@jaxb.java.net

Re: Specifying attribute order with the maven-jaxb plugin

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Fri, 31 Aug 2012 08:05:25 +0200

Hi,

> Is there a way to add to configure the maven-jaxb plugin to add:
>
> @XmlAccessorOrder(XmlAccessOrder.ALPHABETICAL)
>
> to the generated java classes?

No, I don't think so. I think JAXB RI does not support this feature.
Try the Annotate Plugin:

http://confluence.highsource.org/display/J2B/Annotate+Plugin

Bye,
/lexi