You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
841 B
30 lines
841 B
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;
|
|
} |