com.eg.agent.android.instrumentation.ReplaceCallSite Maven / Gradle / Ivy
package com.eg.agent.android.instrumentation;
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
public @interface ReplaceCallSite {
boolean isStatic() default false;
String scope() default "";}