public class NullVisitorFactory extends Object implements AnnotationVisitorFactory
Modifier and Type | Field and Description |
---|---|
static AnnotationVisitorFactory |
INSTANCE |
Constructor and Description |
---|
NullVisitorFactory() |
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 static final AnnotationVisitorFactory INSTANCE
public org.objectweb.asm.AnnotationVisitor newAnnotationVisitor(BindingContext context)
AnnotationVisitorFactory
newAnnotationVisitor
in interface AnnotationVisitorFactory
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.