public class StereotypeVisitorFactory extends java.lang.Object implements AnnotationVisitorFactory
Constructor and Description |
---|
StereotypeVisitorFactory(AnnotationType annotationType) |
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 StereotypeVisitorFactory(AnnotationType annotationType)
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.