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