package R2; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Retention(RetentionPolicy.RUNTIME) /* loaded from: classes3.dex */ public @interface b { String[] alternate() default {}; String value(); }