users@jaxb.java.net

Javadoc's

From: Malachi de AElfweald <malachi_at_EOTI.ORG>
Date: Wed, 23 Jul 2003 14:47:55 -0600

Is there something wrong with this code snippet? I am just getting the default javadoc comment on the getter...

...in a xsd:sequence...
<xsd:element name="name" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
 <xsd:annotation>
  <xsd:appinfo>
   <jaxb:property name="names">
    <jaxb:javadoc>Obtain the list of [task] names this query will match against.</jaxb:javadoc>
   </jaxb:property>
  </xsd:appinfo>
 </xsd:annotation>
</xsd:element>
...in a xsd:sequence...


Malachi