com.taobao.arthas.bytekit.asm.location.MethodInsnNodeWare Maven / Gradle / Ivy
The newest version!
package com.taobao.arthas.bytekit.asm.location;
import com.alibaba.arthas.deps.org.objectweb.asm.tree.MethodInsnNode;
public interface MethodInsnNodeWare {
public MethodInsnNode methodInsnNode();
}