package defpackage;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/* JADX INFO: renamed from: ˎʦˁᵜ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
@Retention(RetentionPolicy.RUNTIME)
public @interface InterfaceC1675 {
    boolean hasBody() default false;

    String method();

    String path() default "";
}
