package d0.w.i.a; 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 */ /* compiled from: DebugMetadata.kt */ @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) /* loaded from: classes3.dex */ public @interface e { String c() default ""; String f() default ""; int[] l() default {}; String m() default ""; int v() default 1; }