Skip to content

Commit 837feda

Browse files
committed
Update README.md
1 parent dc97637 commit 837feda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Please refer to the [wiki](https://github.com/highsource/jaxb2-basics/wiki) for
2020
* Inheritance Plugin - makes schema-derived classes extend certain class or implement certain interfaces.
2121
* Wildcard Plugin - allows you to specify the wildcard mode for the wildcard properties.
2222
* AutoInheritance Plugin - makes classes derived from global elements or complex types extend or implement certain classes or interfaces automatically.
23-
* Setters Plugin - generates setters for collections.
23+
* [Setters Plugin](https://github.com/highsource/jaxb2-basics/wiki/JAXB2-Setters-Plugin) - generates setters for collections.
2424
* [Simplify Plugin](https://github.com/highsource/jaxb2-basics/wiki/JAXB2-Simplify-Plugin) - simplifies weird properties like `aOrBOrC`.
2525
* [EnumValue Plugin](https://github.com/highsource/jaxb2-basics/wiki/JAXB2-EnumValue-Plugin) - makes all the generated enums implement the `EnumValue<T>` interface.
2626
* JAXBIndex Plugin - generated `jaxb.index` files listing schema-derived classes.

0 commit comments

Comments
 (0)