public class SAXFieldAdapter extends SAXAdapter implements FieldVisitor
| Constructor and Description |
|---|
SAXFieldAdapter(ContentHandler h,
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.
|
addDocumentEnd, addDocumentStart, addElement, addEnd, addStart, getContentHandler, visitAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvisitAttributepublic SAXFieldAdapter(ContentHandler h, Attributes att)
public AnnotationVisitor visitAnnotation(String desc, boolean visible)
FieldVisitorvisitAnnotation in interface FieldVisitordesc - the class descriptor of the annotation class.visible - true if the annotation is visible at runtime.public void visitEnd()
FieldVisitorvisitEnd in interface FieldVisitor