From e769c18c5e88e066316feb8425a8d1d97fc3323e Mon Sep 17 00:00:00 2001
From: Laurent SCHOELENS <61973605+laurentschoelens@users.noreply.github.com>
Date: Fri, 28 Jun 2024 14:07:55 +0200
Subject: [PATCH] [#546] fix README.md javax -> jakarta
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 973713eda..638a6f70e 100644
--- a/README.md
+++ b/README.md
@@ -210,7 +210,7 @@ You can put your annotations directly in schema:
@java.lang.SuppressWarnings({"unchecked","rawtypes"})
- @javax.annotation.Generated({"XJC","JAXB Annotate Plugin"})
+ @jakarta.annotation.Generated({"XJC","JAXB Annotate Plugin"})