【发布时间】:2021-10-10 11:27:11
【问题描述】:
cxf-codegen-plugin:3.4.2:wsdl2java 生成的类的 Javadoc 如下所示:
/**
* <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;
当然,它在 Eclipse 的 Javadoc 视图中呈现为以下内容,例如:
<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>
这是插件中的错误吗?
更新
我在https://issues.apache.org/jira/browse/CXF-8577 中提交了一个错误。
【问题讨论】:
标签: jaxb cxf wsdl2java cxf-codegen-plugin