各位,我不能用asm方法访问局部变量注释,我不知道该怎么做,请帮帮我,我想获取"in MethodVisitor“的值,但是MethodVisitor visitLocalVariableAnnotation()方法没有被ASM逻辑调用,这是我的代码:@Target({ElementType.LOCAL_VARIABLE})
public
我已经写了一个程序,它必须询问要使用的方法(我使用java.lang.StringBuffer.append),然后它必须说明它最大需要多少个参数,在这种情况下,我认为是3。import java.lang.reflect.*;
public class MethodExecutor {
public static void main(