apkfuckery/com.discord/smali_classes2/t/v/b.smali

33 lines
833 B
Smali
Raw Normal View History

2019-12-20 07:00:35 +00:00
.class public interface abstract annotation Lt/v/b;
2019-07-24 11:27:29 +00:00
.super Ljava/lang/Object;
2019-12-20 07:00:35 +00:00
.source "DELETE.java"
2019-07-24 11:27:29 +00:00
# interfaces
2019-12-20 07:00:35 +00:00
.implements Ljava/lang/annotation/Annotation;
2019-07-24 11:27:29 +00:00
# annotations
2019-12-20 07:00:35 +00:00
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lt/v/b;
value = ""
.end subannotation
2019-07-24 11:27:29 +00:00
.end annotation
2019-12-20 07:00:35 +00:00
.annotation runtime Ljava/lang/annotation/Documented;
.end annotation
2019-07-24 11:27:29 +00:00
2019-12-20 07:00:35 +00:00
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
.end annotation
2019-12-18 09:41:56 +00:00
2019-12-20 07:00:35 +00:00
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
2019-07-24 11:27:29 +00:00
# virtual methods
2019-12-20 07:00:35 +00:00
.method public abstract value()Ljava/lang/String;
2019-07-24 11:27:29 +00:00
.end method