public class GenericVisitorFactory extends Object implements AnnotationVisitorFactory
Constructor and Description |
---|
GenericVisitorFactory(String name,
String namespace) |
Modifier and Type | Method and Description |
---|---|
org.objectweb.asm.AnnotationVisitor |
newAnnotationVisitor(BindingContext context)
May return null if no visitor can be created.
|
String |
toString() |
public org.objectweb.asm.AnnotationVisitor newAnnotationVisitor(BindingContext context)
AnnotationVisitorFactory
newAnnotationVisitor
in interface AnnotationVisitorFactory
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.