You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,12 @@ jaxb2-annotate-plugin
5
5
6
6
JAXB2 Annotate Plugin is capable of adding or removing arbitrary annotations to/from the generated sources.
7
7
8
+
IMPORTANT NOTE
9
+
--------------
10
+
11
+
This repository has been merged in [jaxb-tools](https://github.com/highsource/jaxb-tools) repository along maven-jaxb2-plugin.
12
+
Users are encouraged to read the [migration guide](https://github.com/highsource/jaxb-tools/wiki/JAXB-Tools-Migration-Guide) to get the latest version of the plugin according their JAXB version
13
+
8
14
Usage overview
9
15
--------------
10
16
@@ -17,7 +23,7 @@ Providing annotations
17
23
---------------------
18
24
19
25
You can annotate your schema-derived elements using normal Java annotation syntax.
20
-
([Old XML syntax](http://confluence.highsource.org/display/J2B/Annotate+Plugin) is still supported but no longer recommended.)
26
+
([Old XML syntax](https://github.com/highsource/jaxb-tools/wiki/JAXB-Annotate-Home) is still supported but no longer recommended.)
21
27
22
28
**Current limitations:**
23
29
* Annotation classes must be known in compile time. I.e. annotation classes must be made available in the XJC classpath.
0 commit comments