apkfuckery/com.discord/smali/lombok/extern/slf4j/Slf4j.smali

30 lines
798 B
Smali
Raw Normal View History

2019-02-04 20:05:16 +00:00
.class public interface abstract annotation Llombok/extern/slf4j/Slf4j;
.super Ljava/lang/Object;
.source "Slf4j.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Llombok/extern/slf4j/Slf4j;
topic = ""
.end subannotation
.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;->TYPE:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract topic()Ljava/lang/String;
.end method