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

import androidx.annotation.NonNull;

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

    int id();

    @NonNull
    String type() default "SAFE_PARCELABLE_NULL_STRING";
}
