package p018f1; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /* JADX WARN: Method from annotation default annotation not found: i */ /* JADX WARN: Method from annotation default annotation not found: n */ /* JADX WARN: Method from annotation default annotation not found: s */ @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) /* renamed from: f1.e */ /* loaded from: classes.dex */ public @interface InterfaceC0717e { /* renamed from: c */ String m3066c() default ""; /* renamed from: f */ String m3065f() default ""; /* renamed from: l */ int[] m3064l() default {}; /* renamed from: m */ String m3063m() default ""; /* renamed from: v */ int m3062v() default 1; }