I'm using xjc for the first time. I would like to generate a unique java class from a xsd file, as follows:
xjc myfile.xsd
It works but I get several java files. Is it possible to generate a unique file containing static classes?
I'm using xjc for the first time. I would like to generate a unique java class from a xsd file, as follows:
xjc myfile.xsd
It works but I get several java files. Is it possible to generate a unique file containing static classes?