From 07387498ab226f4e17ad52d50e875ce6ebb59ca5 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 64ea6fbb9..77c238ac4 100644 --- a/README.md +++ b/README.md @@ -217,7 +217,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"})