在我的绑定文件.xjb中,我提供了以下信息。
<jaxb:bindings node="xs:complexType[@name='mySuperKillerObject']">
<annox:annotateClass>@org.springframework.stereotype.Component</annox:annotateClass>
</jaxb:bindings>
当我尝试生成源代码时,我发现了错误消息
&#34;无法找到注释类[org.springframework.stereotype.Component]。&#34;
我想知道我将jar添加到xjc classpath但我不知道怎么做。在pom.xml中?
想法?