
com.sun.tools.xjc.model.nav.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaxb2-basics-jaxb-xjc Show documentation
Show all versions of jaxb2-basics-jaxb-xjc Show documentation
Modular build of schema compiler (XJC) from JAXB RI
The newest version!
Compile-time representation of Java type system.
These classes are used as TypeT and ClassDeclT of the model parameterization.
This implementaion is designed to be capable of representing pre-existing classes
(such as java.lang.String) as well as the generated classes (represented as JDefinedClass.)
Handling of Primitive Types
Primitive types have two forms (int and Integer), and this complicates the binding process.
For this reason, inside the front end, we always use the boxed types. We'll use the unboxed
form only in the back end when we know the field doesn't need to represent the null value.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy