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

33 lines
895 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
2019-07-31 00:08:31 +00:00
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Landroidx/versionedparcelable/ParcelField;
defaultValue = ""
.end subannotation
.end annotation
2019-07-24 11:27:29 +00:00
.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
2019-07-31 00:08:31 +00:00
.method public abstract defaultValue()Ljava/lang/String;
.end method
2019-07-24 11:27:29 +00:00
.method public abstract value()I
.end method