Uses of Interface
com.sun.xml.bind.v2.runtime.Location

Packages that use Location
com.sun.xml.bind.v2.model.annotation   
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). 
com.sun.xml.bind.v2.runtime   
 

Uses of Location in com.sun.xml.bind.v2.model.annotation
 

Methods in com.sun.xml.bind.v2.model.annotation that return Location
 Location Locatable.getLocation()
          Gets the location object that this object points to.
 

Uses of Location in com.sun.xml.bind.v2.model.nav
 

Methods in com.sun.xml.bind.v2.model.nav that return Location
 Location Navigator.getClassLocation(C clazz)
          Returns a location of the specified class.
 Location ReflectionNavigator.getClassLocation(java.lang.Class clazz)
           
 Location Navigator.getFieldLocation(F field)
           
 Location ReflectionNavigator.getFieldLocation(java.lang.reflect.Field field)
           
 Location Navigator.getMethodLocation(M getter)
           
 Location ReflectionNavigator.getMethodLocation(java.lang.reflect.Method method)
           
 

Uses of Location in com.sun.xml.bind.v2.runtime
 

Methods in com.sun.xml.bind.v2.runtime that return types with arguments of type Location
 java.util.List<java.util.List<Location>> IllegalAnnotationException.getSourcePos()
          Returns a read-only list of Location that indicates where in the source code the problem has happened.