mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 20:17:51 +02:00
The dark lord Gosling designed the Java package naming system so that ownership flows from the DNS system. Since we own the domain name registry.google, it seems only appropriate that we should use google.registry as our package name.
7 lines
293 B
Text
7 lines
293 B
Text
You may be wondering where all the source code is for XML classes
|
|
like XjcEpp.java, XjcRdeDeposit.java, etc. These files are magically
|
|
generated by JAXB from the XML schemas (.xsd) files.
|
|
|
|
Run the command `ant gensrc` and they should be available under:
|
|
|
|
build/gensrc/google/registry/xjc/
|