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
@@ -15,6 +21,6 @@ Please refer to the [[wiki|Home]] for documentation.
15
21
* Wildcard Plugin - allows you to specify the wildcard mode for the wildcard properties.
16
22
* AutoInheritance Plugin - makes classes derived from global elements or complex types extend or implement certain classes or interfaces automatically.
17
23
* Setters Plugin - generates setters for collections.
18
-
*[[Simplify Plugin|JAXB2SimplifyPlugin]] - simplifies weird properties like `aOrBOrC`.
19
-
*[[EnumValue Plugin|JAXB2EnumValuePlugin]] - 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.
0 commit comments