users@jaxb.java.net

Re: JAXB: Java code generation for Annotation tag elements (appInfo, documentation)

From: Aleksei Valikov <valikov_at_gmx.net>
Date: Fri, 8 May 2009 06:47:10 +0200

Hi,


On Thu, May 7, 2009 at 10:21 PM, adluru <sadluru_at_infoblox.com> wrote:
>
> Hi,
>
> Can anyone help me with the following issue?
>
> I have defined TestObject object in WSDL schema definition. This object has
> defined annotations (documentation and appInfo) in its schema. I am trying
> to get the JAVA code generated for these defined annotations. I am also
> posting my sample TestObject and CustomAppInfo elements schema definition.
> We are using CXF’s WsdlToJava for the code generation tool.

You may use this plugin:

https://jaxb2-commons.dev.java.net/source/browse/jaxb2-commons/annotate/

See a test project here:

https://jaxb2-commons.dev.java.net/source/browse/jaxb2-commons/tests/annotate/

Unfortunatelly, there's no documentation yet.

Bye.
/lexi