BackpressureSupport.smali 850 B

123456789101112131415161718192021222324252627
  1. .class public interface abstract annotation Lio/reactivex/annotations/BackpressureSupport;
  2. .super Ljava/lang/Object;
  3. .source "BackpressureSupport.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. # virtual methods
  19. .method public abstract value()Lio/reactivex/annotations/BackpressureKind;
  20. .end method