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

Packages that use com.sun.xml.bind.v2.model.nav
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
com.sun.xml.bind.v2.model.impl   
com.sun.xml.bind.v2.model.nav Abstraction around the reflection library, to support various reflection models (such as java.lang.reflect and Annotation Processing). 
 

Classes in com.sun.xml.bind.v2.model.nav used by com.sun.xml.bind.v2.model.core
Navigator
          Provides unified view of the underlying reflection library, such as java.lang.reflect and/or Annotation Processing.
 

Classes in com.sun.xml.bind.v2.model.nav used by com.sun.xml.bind.v2.model.impl
Navigator
          Provides unified view of the underlying reflection library, such as java.lang.reflect and/or Annotation Processing.
 

Classes in com.sun.xml.bind.v2.model.nav used by com.sun.xml.bind.v2.model.nav
Navigator
          Provides unified view of the underlying reflection library, such as java.lang.reflect and/or Annotation Processing.
ReflectionNavigator
          Navigator implementation for java.lang.reflect.