public class WebParamAnnotationInstrumentation
extends org.objectweb.asm.ClassAdapter
@WebParam
annotation
to the name of the parameter.Constructor and Description |
---|
WebParamAnnotationInstrumentation(org.objectweb.asm.ClassVisitor cv,
InstrumentationInfo instrumentation) |
Modifier and Type | Method and Description |
---|---|
void |
visit(int version,
int access,
String name,
String signature,
String superName,
String[] interfaces) |
void |
visitEnd() |
org.objectweb.asm.MethodVisitor |
visitMethod(int access,
String name,
String desc,
String signature,
String[] exceptions) |
visitAnnotation, visitAttribute, visitField, visitInnerClass, visitOuterClass, visitSource
public WebParamAnnotationInstrumentation(org.objectweb.asm.ClassVisitor cv, InstrumentationInfo instrumentation)
cv
- The delegate.instrumentation
- The instrumentation informationCopyright © 2016. All rights reserved.