| Package | Description |
|---|---|
| com.sun.xml.bind.v2.model.annotation | |
| com.sun.xml.bind.v2.model.core |
The in-memory model of the JAXB-bound beans.
|
| Modifier and Type | Method | Description |
|---|---|---|
<A extends java.lang.annotation.Annotation> |
AnnotationReader.getClassAnnotation(java.lang.Class<A> annotation,
C clazz,
Locatable srcpos) |
Reads an annotation on a class.
|
<A extends java.lang.annotation.Annotation> |
AnnotationReader.getMethodParameterAnnotation(java.lang.Class<A> annotation,
M method,
int paramIndex,
Locatable srcPos) |
Reads an annotation on a parameter of the method.
|
<A extends java.lang.annotation.Annotation> |
AnnotationReader.getPackageAnnotation(java.lang.Class<A> annotation,
C clazz,
Locatable srcpos) |
Reads an annotation on the package that the given class belongs to.
|
| Modifier and Type | Method | Description |
|---|---|---|
javax.xml.namespace.QName |
PropertyInfo.getSchemaType() |
The effective value of
XmlSchemaType annotation, if any. |
Copyright © 2018 Oracle Corporation. All rights reserved.