Skip to content

Commit dc97637

Browse files
committed
Update README.md
1 parent 1219d1d commit dc97637

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
JAXB2 Basics is an [open source](https://github.com/highsource/jaxb2-basics/blob/master/LICENSE) project
44
which provides useful plugins and tools for [JAXB 2.x reference implementation](https://jaxb.java.net/).
55

6-
Please refer to the [[wiki|Home]] for documentation.
6+
# Documentation
7+
8+
Please refer to the [wiki](https://github.com/highsource/jaxb2-basics/wiki) for documentation.
9+
10+
## Using JAXB2 Basics
11+
12+
* [Using JAXB2 Basics Plugins](https://github.com/highsource/jaxb2-basics/wiki/Using-JAXB2-Basics-Plugins)
713

814
## JAXB2 Basics Plugins
915
* Equals Plugin - generates reflection-free `equals(...)` method.
@@ -15,6 +21,6 @@ Please refer to the [[wiki|Home]] for documentation.
1521
* Wildcard Plugin - allows you to specify the wildcard mode for the wildcard properties.
1622
* AutoInheritance Plugin - makes classes derived from global elements or complex types extend or implement certain classes or interfaces automatically.
1723
* Setters Plugin - generates setters for collections.
18-
* [[Simplify Plugin|JAXB2 Simplify Plugin]] - simplifies weird properties like `aOrBOrC`.
19-
* [[EnumValue Plugin|JAXB2 EnumValue Plugin]] - makes all the generated enums implement the `EnumValue<T>` interface.
24+
* [Simplify Plugin](https://github.com/highsource/jaxb2-basics/wiki/JAXB2-Simplify-Plugin) - simplifies weird properties like `aOrBOrC`.
25+
* [EnumValue Plugin](https://github.com/highsource/jaxb2-basics/wiki/JAXB2-EnumValue-Plugin) - makes all the generated enums implement the `EnumValue<T>` interface.
2026
* JAXBIndex Plugin - generated `jaxb.index` files listing schema-derived classes.

0 commit comments

Comments
 (0)