Uses of Package
com.sun.xml.bind.v2.model.impl

Packages that use com.sun.xml.bind.v2.model.impl
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
 

Classes in com.sun.xml.bind.v2.model.impl used by com.sun.tools.xjc.model
BuiltinLeafInfoImpl
          JAXB spec designates a few Java classes to be mapped to XML types in a way that ignores restrictions placed on user-defined beans.
 

Classes in com.sun.xml.bind.v2.model.impl used by com.sun.xml.bind.v2.model.core
ModelBuilder
          Builds a TypeInfoSet (a set of JAXB properties) by using ElementInfoImpl and ClassInfoImpl.
 

Classes in com.sun.xml.bind.v2.model.impl used by com.sun.xml.bind.v2.model.impl
ArrayInfoImpl
           Public because XJC needs to access it
BuiltinLeafInfoImpl
          JAXB spec designates a few Java classes to be mapped to XML types in a way that ignores restrictions placed on user-defined beans.
ModelBuilder
          Builds a TypeInfoSet (a set of JAXB properties) by using ElementInfoImpl and ClassInfoImpl.
RuntimeBuiltinLeafInfoImpl
          BuiltinLeafInfoImpl with a support for runtime.