public class NullVisitorFactory extends java.lang.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.
|
java.lang.String |
toString() |
public static final AnnotationVisitorFactory INSTANCE
public org.objectweb.asm.AnnotationVisitor newAnnotationVisitor(BindingContext context)
AnnotationVisitorFactory
newAnnotationVisitor
in interface AnnotationVisitorFactory
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2006-2014 The Apache Software Foundation. All Rights Reserved.