public @interface

AbstractSafeParcelable.Indicator

implements java.lang.annotation.Annotation

 androidx.appsearch.safeparcel.AbstractSafeParcelable.Indicator

Overview

Use this to indicate the member field that holds whether a field was set or not. The member field type currently supported is a HashSet<Integer> which is the set of safe parcelable field id's that have been explicitly set.

This annotation should also be used to annotate one of the parameters to the constructor annotated with @Constructor. Note that this annotation should either be present on exactly one member field and one constructor parameter or left out completely.

Summary