File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,12 @@ You can use the following customization elements in the `http://annox.dev.java.n
102
102
* ` annotateEnum `
103
103
* ` annotateEnumConstant `
104
104
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
+ ````
106
111
107
112
Note: yes, I know that ` http://annox.dev.java.net ` no longer exists. Changing this namespace would break old builds.
108
113
This is just a namespace, there must not necessarily be content there. Treat it as a logical identifier, nothing else.
You can’t perform that action at this time.
0 commit comments