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

Abstraction around the reflection library, to support various reflection models (such as java.lang.reflect and APT).

See:
          Description

Interface Summary
Navigator<T,C,F,M> Provides unified view of the underlying reflection library, such as java.lang.reflect and/or APT.
 

Class Summary
GenericArrayTypeImpl Implementation of GenericArrayType interface for core reflection.
ParameterizedTypeImpl ParameterizedType implementation.
ReflectionNavigator Navigator implementation for java.lang.reflect.
TypeVisitor<T,P>  
WildcardTypeImpl  
 

Package com.sun.xml.bind.v2.model.nav Description

Abstraction around the reflection library, to support various reflection models (such as java.lang.reflect and APT).