SchedulerSupport.smali 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .class public interface abstract annotation Lio/reactivex/annotations/SchedulerSupport;
  2. .super Ljava/lang/Object;
  3. .source "SchedulerSupport.java"
  4. # interfaces
  5. .implements Ljava/lang/annotation/Annotation;
  6. # annotations
  7. .annotation runtime Ljava/lang/annotation/Documented;
  8. .end annotation
  9. .annotation runtime Ljava/lang/annotation/Retention;
  10. value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
  11. .end annotation
  12. .annotation runtime Ljava/lang/annotation/Target;
  13. value = {
  14. .enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
  15. .enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
  16. }
  17. .end annotation
  18. # static fields
  19. .field public static final COMPUTATION:Ljava/lang/String; = "io.reactivex:computation"
  20. .field public static final CUSTOM:Ljava/lang/String; = "custom"
  21. .field public static final IO:Ljava/lang/String; = "io.reactivex:io"
  22. .field public static final NEW_THREAD:Ljava/lang/String; = "io.reactivex:new-thread"
  23. .field public static final NONE:Ljava/lang/String; = "none"
  24. .field public static final TRAMPOLINE:Ljava/lang/String; = "io.reactivex:trampoline"
  25. # virtual methods
  26. .method public abstract value()Ljava/lang/String;
  27. .end method