Weather/smali/android/arch/persistence/room/OnConflictStrategy.smali
2021-05-10 10:13:34 +02:00

13 lines
404 B
Smali

.class public interface abstract annotation Landroid/arch/persistence/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