users@jaxb.java.net

Re: Is there a way that XJC will add my own annotation

From: Wolfgang Laun <wolfgang.laun_at_gmail.com>
Date: Tue, 10 Mar 2009 09:13:52 +0100

Indeed.

<xsd:complexType name="SomeType">
  <xsd:annotation>
    <xsd:documentation>
This will be a javadoc comment preceding the class SomeType.
    </xsd:documentation>
  </xsd:annotation>
  <xsd:complexContent>

-W

On Tue, Mar 10, 2009 at 8:38 AM, Avihaimar <avihaimar_at_yahoo.com> wrote:

>
> Hey,
>
> I need to add annotation to some of my complex types.
> Is there a way to add them by customization?
>
> Thank you
> --
> View this message in context:
> http://www.nabble.com/Is-there-a-way-that-XJC-will-add-my-own-annotation-tp22429278p22429278.html
> Sent from the java.net - jaxb users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
> For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>