41 lines
1.1 KiB
Smali
41 lines
1.1 KiB
Smali
.class public interface abstract annotation Lorg/greenrobot/eventbus/Subscribe;
|
|
.super Ljava/lang/Object;
|
|
.source "Subscribe.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/annotation/Annotation;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/AnnotationDefault;
|
|
value = .subannotation Lorg/greenrobot/eventbus/Subscribe;
|
|
a = .enum Lorg/greenrobot/eventbus/ThreadMode;->POSTING:Lorg/greenrobot/eventbus/ThreadMode;
|
|
b = false
|
|
c = 0x0
|
|
.end subannotation
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/annotation/Documented;
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/annotation/Retention;
|
|
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/annotation/Target;
|
|
value = {
|
|
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract a()Lorg/greenrobot/eventbus/ThreadMode;
|
|
.end method
|
|
|
|
.method public abstract b()Z
|
|
.end method
|
|
|
|
.method public abstract c()I
|
|
.end method
|