package androidx.room; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import kotlin.Metadata; import kotlin.annotation.AnnotationRetention; import kotlin.annotation.AnnotationTarget; /* compiled from: Entity.kt */ @Target({ElementType.TYPE}) @Metadata(d1 = {"\u0000*\n\u0002\u0018\u0002\n\u0002\u0010\u001b\n\u0000\n\u0002\u0010\u000e\n\u0000\n\u0002\u0010\u0011\n\u0002\u0018\u0002\n\u0000\n\u0002\u0010\u000b\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0002\b\u0007\b\u0087\u0002\u0018\u00002\u00020\u0001BT\u0012\b\b\u0002\u0010\u0002\u001a\u00020\u0003\u0012\u000e\b\u0002\u0010\u0004\u001a\b\u0012\u0004\u0012\u00020\u00060\u0005\u0012\b\b\u0002\u0010\u0007\u001a\u00020\b\u0012\u000e\b\u0002\u0010\t\u001a\b\u0012\u0004\u0012\u00020\u00030\u0005\u0012\u000e\b\u0002\u0010\n\u001a\b\u0012\u0004\u0012\u00020\u000b0\u0005\u0012\u000e\b\u0002\u0010\f\u001a\b\u0012\u0004\u0012\u00020\u00030\u0005R\u0015\u0010\n\u001a\b\u0012\u0004\u0012\u00020\u000b0\u0005¢\u0006\u0006\u001a\u0004\b\n\u0010\rR\u0015\u0010\f\u001a\b\u0012\u0004\u0012\u00020\u00030\u0005¢\u0006\u0006\u001a\u0004\b\f\u0010\u000eR\u0015\u0010\u0004\u001a\b\u0012\u0004\u0012\u00020\u00060\u0005¢\u0006\u0006\u001a\u0004\b\u0004\u0010\u000fR\u000f\u0010\u0007\u001a\u00020\b¢\u0006\u0006\u001a\u0004\b\u0007\u0010\u0010R\u0015\u0010\t\u001a\b\u0012\u0004\u0012\u00020\u00030\u0005¢\u0006\u0006\u001a\u0004\b\t\u0010\u000eR\u000f\u0010\u0002\u001a\u00020\u0003¢\u0006\u0006\u001a\u0004\b\u0002\u0010\u0011¨\u0006\u0012"}, d2 = {"Landroidx/room/Entity;", "", "tableName", "", "indices", "", "Landroidx/room/Index;", "inheritSuperIndices", "", "primaryKeys", "foreignKeys", "Landroidx/room/ForeignKey;", "ignoredColumns", "()[Landroidx/room/ForeignKey;", "()[Ljava/lang/String;", "()[Landroidx/room/Index;", "()Z", "()Ljava/lang/String;", "room-common"}, k = 1, mv = {1, 7, 1}, xi = 48) @kotlin.annotation.Target(allowedTargets = {AnnotationTarget.CLASS}) @Retention(RetentionPolicy.CLASS) @kotlin.annotation.Retention(AnnotationRetention.BINARY) /* loaded from: classes2.dex */ public @interface Entity { ForeignKey[] foreignKeys() default {}; String[] ignoredColumns() default {}; Index[] indices() default {}; boolean inheritSuperIndices() default false; String[] primaryKeys() default {}; String tableName() default ""; }