@Deprecated public final class SAXFieldAdapter extends FieldVisitor
api, fv| Constructor and Description |
|---|
SAXFieldAdapter(SAXAdapter sa,
org.xml.sax.Attributes att)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
visitAnnotation(java.lang.String desc,
boolean visible)
Deprecated.
Visits an annotation of the field.
|
void |
visitEnd()
Deprecated.
Visits the end of the field.
|
AnnotationVisitor |
visitTypeAnnotation(int typeRef,
TypePath typePath,
java.lang.String desc,
boolean visible)
Deprecated.
Visits an annotation on the type of the field.
|
visitAttributepublic SAXFieldAdapter(SAXAdapter sa, org.xml.sax.Attributes att)
public AnnotationVisitor visitAnnotation(java.lang.String desc, boolean visible)
FieldVisitorvisitAnnotation in class FieldVisitordesc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.public AnnotationVisitor visitTypeAnnotation(int typeRef, TypePath typePath, java.lang.String desc, boolean visible)
FieldVisitorvisitTypeAnnotation in class FieldVisitortypeRef - a reference to the annotated type. The sort of this type reference must be
TypeReference.FIELD. See TypeReference.typePath - the path to the annotated type argument, wildcard bound, array element type, or
static inner type within 'typeRef'. May be null if the annotation targets
'typeRef' as a whole.desc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.public void visitEnd()
FieldVisitorvisitEnd in class FieldVisitor