public @interface

AbstractSafeParcelable.RemovedParam

implements java.lang.annotation.Annotation

 androidx.appsearch.safeparcel.AbstractSafeParcelable.RemovedParam

Overview

Use this on a parameter passed in to the Constructor to indicate that a removed field should be read on construction. If the field is not present when read, the default value will be used instead.

Summary