package Z2; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; /* JADX WARN: Method from annotation default annotation not found: generator */ @Retention(RetentionPolicy.RUNTIME) /* loaded from: classes3.dex */ public @interface m { boolean generateAdapter(); }