users@jaxb.java.net

can javadocs be generated for impl classes ??

From: <Gagan_Bhatnagar_at_i2.com>
Date: Thu, 15 Jul 2004 19:36:42 +0530

Hello,

I am trying to couple the JAXB generated objects with a JDO implementation
for persistence. So I need to represent the JDO meta-data from the JAXB
generated implementation classes.

I am customizing the binding to produce javadocs that contain @jdo tags.
The idea was to generate a JDO meta-data file using the XDoclets API.
The XDoclet would use the tags in properties to generate the meta-data
file.

However, the annotated javadocs only appear in the JAXB generated
interfaces and not in the implementation files.

Is there any way that annotated javadocs in the XML schema can be produced
in the impl files as well ??

Thanks in advance,

Gagan