Skip to content

Commit 0738749

Browse files
laurentschoelensmattrpav
authored andcommitted
[#546] fix README.md javax -> jakarta
1 parent 173b896 commit 0738749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ You can put your annotations directly in schema:
217217
<xsd:annotation>
218218
<xsd:appinfo>
219219
<annox:annotate>@java.lang.SuppressWarnings({"unchecked","rawtypes"})</annox:annotate>
220-
<annox:annotate target="package">@javax.annotation.Generated({"XJC","JAXB Annotate Plugin"})</annox:annotate>
220+
<annox:annotate target="package">@jakarta.annotation.Generated({"XJC","JAXB Annotate Plugin"})</annox:annotate>
221221
</xsd:appinfo>
222222
</xsd:annotation>
223223
<xsd:sequence>

0 commit comments

Comments
 (0)