public @interface

AbstractSafeParcelable.VersionField

implements java.lang.annotation.Annotation

 androidx.appsearch.safeparcel.AbstractSafeParcelable.VersionField

Overview

There may be exactly one member annotated with VersionField, which represents the version of this safe parcelable. The attributes are the same as those of AbstractSafeParcelable.Field. Note you can use any type you want for your version field, although most people use int's.

Summary