[jOOQ/jOOQ#8923] Fix Javadoc of CustomType

The Javadoc of `CustomType` was accidentally reverted.
This commit is contained in:
Knut Wannheden 2019-08-29 16:58:55 +02:00
parent 2beb580df2
commit feb27a36d7
2 changed files with 3 additions and 20 deletions

View File

@ -13,25 +13,8 @@ import org.jooq.util.jaxb.tools.XMLBuilder;
/**
* <p>Java class for CustomType complex type.
* @deprecated Use ForcedType only
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="CustomType"&gt;
* &lt;complexContent&gt;
* &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt;
* &lt;all&gt;
* &lt;element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/&gt;
* &lt;element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;element name="converter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;element name="enumConverter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/&gt;
* &lt;element name="binding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt;
* &lt;/all&gt;
* &lt;/restriction&gt;
* &lt;/complexContent&gt;
* &lt;/complexType&gt;
* </pre>
*
*
*/

View File

@ -882,9 +882,9 @@ for Oracle.]]></jxb:javadoc></jxb:property></appinfo></annotation>
<complexType name="CustomType">
<annotation>
<appinfo>
<jxb:property>
<jxb:class>
<jxb:javadoc><![CDATA[@deprecated Use ForcedType only]]></jxb:javadoc>
</jxb:property>
</jxb:class>
<annox:annotate target="class">@java.lang.Deprecated</annox:annotate>
</appinfo>
</annotation>