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, visitAttribute
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
visitAttribute
public SAXFieldAdapter(ContentHandler h, Attributes att)
public AnnotationVisitor visitAnnotation(String desc, boolean visible)
FieldVisitor
visitAnnotation
in interface FieldVisitor
desc
- the class descriptor of the annotation class.visible
- true if the annotation is visible at runtime.public void visitEnd()
FieldVisitor
visitEnd
in interface FieldVisitor