apkfuckery/com.discord/smali/androidx/room/Insert.smali

29 lines
762 B
Smali
Raw Normal View History

2019-02-04 20:08:30 +00:00
.class public interface abstract annotation Landroidx/room/Insert;
2019-02-04 20:05:16 +00:00
.super Ljava/lang/Object;
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
2019-02-04 20:08:30 +00:00
value = .subannotation Landroidx/room/Insert;
onConflict = 0x3
2019-02-04 20:05:16 +00:00
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
2019-02-04 20:08:30 +00:00
.method public abstract onConflict()I
2019-02-04 20:05:16 +00:00
.end method