public class MojoAnnotationVisitor extends Object implements org.objectweb.asm.AnnotationVisitor
| Modifier and Type | Method and Description |
|---|---|
String |
getAnnotationClassName() |
Map<String,Object> |
getAnnotationValues() |
void |
visit(String name,
Object value) |
org.objectweb.asm.AnnotationVisitor |
visitAnnotation(String name,
String desc) |
org.objectweb.asm.AnnotationVisitor |
visitArray(String s) |
void |
visitEnd() |
void |
visitEnum(String name,
String desc,
String value) |
public void visit(String name, Object value)
visit in interface org.objectweb.asm.AnnotationVisitorpublic void visitEnum(String name, String desc, String value)
visitEnum in interface org.objectweb.asm.AnnotationVisitorpublic org.objectweb.asm.AnnotationVisitor visitAnnotation(String name, String desc)
visitAnnotation in interface org.objectweb.asm.AnnotationVisitorpublic org.objectweb.asm.AnnotationVisitor visitArray(String s)
visitArray in interface org.objectweb.asm.AnnotationVisitorpublic void visitEnd()
visitEnd in interface org.objectweb.asm.AnnotationVisitorpublic String getAnnotationClassName()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.