| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method | Description |
|---|---|---|
Location |
Locatable.getLocation() |
Gets the location object that this object points to.
|
| Modifier and Type | Method | Description |
|---|---|---|
Location |
Navigator.getClassLocation(C clazz) |
Returns a location of the specified class.
|
Location |
Navigator.getFieldLocation(F field) |
|
Location |
Navigator.getMethodLocation(M getter) |
| Modifier and Type | Method | Description |
|---|---|---|
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. |
Copyright © 2018 Oracle Corporation. All rights reserved.