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

import androidx.annotation.NonNull;

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