public @interface

AbstractSafeParcelable.Constructor

implements java.lang.annotation.Annotation

 androidx.appsearch.safeparcel.AbstractSafeParcelable.Constructor

Overview

Use this to indicate the constructor that the creator should use. The constructor annotated with this must be package or public visibility, so that the generated "creator" class can invoke this.

Summary