From 02c1324daff5325b0f060e2e1a21b04f92107359 Mon Sep 17 00:00:00 2001 From: Laurent Schoelens <61973605+laurentschoelens@users.noreply.github.com> Date: Thu, 30 Nov 2023 18:41:38 +0100 Subject: [PATCH] Update README.md (mention remove xml annotation). Need to update wiki --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 239fa8b22..2193ecf5c 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,8 @@ assertEquals("##default", xannotation.getFieldsMap().get("namespace").getResult( JAXB Annotate Plugin is capable of adding or removing arbitrary annotations to/from the generated sources. +It is also capable of removing all XML related annotations from the generated sources and also the `ObjectFactory`. This new capability can be used in order to generate plain Java POJO from XSD without depending on JAXB artifacts. + Please refer to the [wiki](https://github.com/highsource/jaxb-tools/wiki/JAXB-Annotate-Home) for documentation. ## Usage overview