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)
AnnotationVisitorFactorynewAnnotationVisitor in interface AnnotationVisitorFactoryCopyright © 2006–2023 The Apache Software Foundation. All rights reserved.