Skip to content

Commit 1e16849

Browse files
Update README.md
add redirect note + fix confluence highsource
1 parent 0867087 commit 1e16849

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ jaxb2-annotate-plugin
55

66
JAXB2 Annotate Plugin is capable of adding or removing arbitrary annotations to/from the generated sources.
77

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+
814
Usage overview
915
--------------
1016

@@ -17,7 +23,7 @@ Providing annotations
1723
---------------------
1824

1925
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.)
2127

2228
**Current limitations:**
2329
* Annotation classes must be known in compile time. I.e. annotation classes must be made available in the XJC classpath.

0 commit comments

Comments
 (0)