public class FieldMetadataCollector
extends org.objectweb.asm.FieldVisitor
| Constructor and Description |
|---|
FieldMetadataCollector(ComponentWorkbench workbench,
org.objectweb.asm.tree.FieldNode node) |
| Modifier and Type | Method and Description |
|---|---|
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String desc,
boolean visible)
Visit annotations on the current field.
|
public FieldMetadataCollector(ComponentWorkbench workbench, org.objectweb.asm.tree.FieldNode node)
public org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
visitAnnotation in class org.objectweb.asm.FieldVisitordesc - : annotation namevisible - : is the annotation a runtime annotation.FieldVisitor.visitAnnotation(java.lang.String, boolean)Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.