We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173b896 commit 0738749Copy full SHA for 0738749
README.md
@@ -217,7 +217,7 @@ You can put your annotations directly in schema:
217
<xsd:annotation>
218
<xsd:appinfo>
219
<annox:annotate>@java.lang.SuppressWarnings({"unchecked","rawtypes"})</annox:annotate>
220
- <annox:annotate target="package">@javax.annotation.Generated({"XJC","JAXB Annotate Plugin"})</annox:annotate>
+ <annox:annotate target="package">@jakarta.annotation.Generated({"XJC","JAXB Annotate Plugin"})</annox:annotate>
221
</xsd:appinfo>
222
</xsd:annotation>
223
<xsd:sequence>
0 commit comments