Files
adif-api-reverse-engineering/apk_decompiled/sources/Z2/m.java

12 lines
301 B
Java

package Z2;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/* JADX WARN: Method from annotation default annotation not found: generator */
@Retention(RetentionPolicy.RUNTIME)
/* loaded from: classes3.dex */
public @interface m {
boolean generateAdapter();
}