Skip to content

Commit c8a8110

Browse files
committed
Documentation.
1 parent 585d3d0 commit c8a8110

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,12 @@ You can use the following customization elements in the `http://annox.dev.java.n
102102
* `annotateEnum`
103103
* `annotateEnumConstant`
104104

105-
The `http://annox.dev.java.net` namespace must be declared in the `jaxb:extensionBindingPrefixes` attribute.
105+
The `http://annox.dev.java.net` namespace must be declared in the `jaxb:extensionBindingPrefixes` attribute via prefix, ex.:
106+
107+
````
108+
xmlns:annox="http://annox.dev.java.net"
109+
jaxb:extensionBindingPrefixes="xjc annox"
110+
````
106111

107112
Note: yes, I know that `http://annox.dev.java.net` no longer exists. Changing this namespace would break old builds.
108113
This is just a namespace, there must not necessarily be content there. Treat it as a logical identifier, nothing else.

0 commit comments

Comments
 (0)