2020-05-17 12:40:10 +00:00
|
|
|
.class public interface abstract annotation Landroidx/room/OnConflictStrategy;
|
|
|
|
.super Ljava/lang/Object;
|
|
|
|
.source "OnConflictStrategy.java"
|
|
|
|
|
|
|
|
# interfaces
|
|
|
|
.implements Ljava/lang/annotation/Annotation;
|
|
|
|
|
|
|
|
|
|
|
|
# annotations
|
|
|
|
.annotation runtime Ljava/lang/annotation/Retention;
|
2020-07-08 16:44:49 +00:00
|
|
|
value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
|
2020-05-17 12:40:10 +00:00
|
|
|
.end annotation
|
|
|
|
|
|
|
|
|
|
|
|
# static fields
|
|
|
|
.field public static final ABORT:I = 0x3
|
|
|
|
|
|
|
|
.field public static final FAIL:I = 0x4
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
|
|
.end annotation
|
|
|
|
.end field
|
|
|
|
|
|
|
|
.field public static final IGNORE:I = 0x5
|
|
|
|
|
|
|
|
.field public static final REPLACE:I = 0x1
|
|
|
|
|
|
|
|
.field public static final ROLLBACK:I = 0x2
|
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
|
|
.end annotation
|
|
|
|
.end field
|