package com.google.android.gms.common.internal.safeparcel;

import androidx.annotation.NonNull;

/* JADX INFO: loaded from: classes2.dex */
public @interface SafeParcelable$RemovedParam {
    @NonNull
    String defaultValue() default "SAFE_PARCELABLE_NULL_STRING";

    @NonNull
    String defaultValueUnchecked() default "SAFE_PARCELABLE_NULL_STRING";

    int id();
}
