public class AnnotationTypeVisitor
extends org.objectweb.asm.ClassVisitor
| Constructor and Description |
|---|
AnnotationTypeVisitor() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationType |
getAnnotationType() |
void |
visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces) |
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String desc,
boolean visible) |
public void visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces)
visit in class org.objectweb.asm.ClassVisitorpublic org.objectweb.asm.AnnotationVisitor visitAnnotation(String desc, boolean visible)
visitAnnotation in class org.objectweb.asm.ClassVisitorpublic AnnotationType getAnnotationType()
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.