2019-07-24 11:27:29 +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;
|
|
|
|
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
|
|
|
|
.end annotation
|
|
|
|
|
|
|
|
|
|
|
|
# static fields
|
|
|
|
.field public static final ABORT:I = 0x3
|
|
|
|
|
|
|
|
.field public static final FAIL:I = 0x4
|
2019-10-07 23:23:22 +00:00
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
|
|
.end annotation
|
|
|
|
.end field
|
2019-07-24 11:27:29 +00:00
|
|
|
|
|
|
|
.field public static final IGNORE:I = 0x5
|
|
|
|
|
|
|
|
.field public static final REPLACE:I = 0x1
|
|
|
|
|
|
|
|
.field public static final ROLLBACK:I = 0x2
|
2019-10-07 23:23:22 +00:00
|
|
|
.annotation runtime Ljava/lang/Deprecated;
|
|
|
|
.end annotation
|
|
|
|
.end field
|