apkfuckery/com.discord/smali/androidx/versionedparcelable/ParcelField.smali

30 lines
827 B
Smali
Raw Normal View History

2019-07-24 11:27:29 +00:00
.class public interface abstract annotation Landroidx/versionedparcelable/ParcelField;
.super Ljava/lang/Object;
.source "ParcelField.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation build Landroidx/annotation/RestrictTo;
value = {
2019-07-29 20:14:17 +00:00
.enum Landroidx/annotation/RestrictTo$Scope;->LIBRARY_GROUP:Landroidx/annotation/RestrictTo$Scope;
2019-07-24 11:27:29 +00:00
}
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()I
.end method