Hi Leonardo,


Leonardo G Chaves wrote:
How can I use javadoc with source generator ? Example ?

To get javadoc in your generated code, you can use <xsd:annotation> tags nested inside your complexType, element, or attribute declarations. Example:


<xsd:complexType name="foo">
 <xsd:annotation><xsd:documentation>
   Foo describes the nature of the foo.
 </xsd:documentation></xsd:annotation>
 <!-- etc. -->
</xsd:complexType>

I think that javadoc is in the cards for the binding file, too, but I don't have any idea about a schedule.

Is there a bug using array list and (mapping) binding-file ?
It doesnt�t work.
<cbf:elementBinding name="example"/>
<cbf:member name="example" java-type="array"/>
</cbf:elementBinding>

Can't help you there.


Rhett Sutphin

----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev




Reply via email to