public final class SAXFieldAdapter extends FieldVisitor
api, fv| Constructor and Description |
|---|
SAXFieldAdapter(SAXAdapter sa,
Attributes att) |
| Modifier and Type | Method and Description |
|---|---|
AnnotationVisitor |
visitAnnotation(String desc,
boolean visible)
Visits an annotation of the field.
|
void |
visitEnd()
Visits the end of the field.
|
visitAttributepublic SAXFieldAdapter(SAXAdapter sa, Attributes att)
public AnnotationVisitor visitAnnotation(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 void visitEnd()
FieldVisitorvisitEnd in class FieldVisitorCopyright © 2014 Apache Software Foundation. All Rights Reserved.