The classes' Javadoc that's produced by cxf-codegen-plugin:3.4.2:wsdl2java
looks like the following here:
/**
* <p>Java class for RequestType complex type.
*
* <p>The following schema fragment specifies the expected content contained within this class.
*
* <pre>
* &lt;complexType name="RequestType"&gt;
* &lt;complexContent&gt;
which, of course, is rendered to the following in Eclipse's Javadoc view, for instance:
<p>Java class for RequestType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="RequestType"> <complexContent>
Is this a bug in the plugin?
UPDATE
I filed a bug in https://issues.apache.org/jira/browse/CXF-8577.