mirror of
https://github.com/google/nomulus
synced 2026-01-08 07:11:44 +00:00
8 lines
304 B
Plaintext
8 lines
304 B
Plaintext
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/com/google/domain/registry/xjc/
|