What is the role of ClassOutline / JClass / CClass in CodeModel?

Oh, oh, someone is interested in XJC internals. I might be of some help since I’ve probably developed more JAXB plugins than anyone else (see JAXB2 Basics for instance) Ok, let’s start. In XJC the schema compiler does approximately following Parses the schema Creates the model of the schema (CClass, CPropertyInfo etc.) Creates the outline … Read more