SuppressAnimalSniffer.smali 845 B

1234567891011121314151617181920212223
  1. .class public interface abstract annotation Lio/reactivex/internal/util/SuppressAnimalSniffer;
  2. .super Ljava/lang/Object;
  3. .source "SuppressAnimalSniffer.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;->CLASS: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;->CONSTRUCTOR:Ljava/lang/annotation/ElementType;,
  16. .enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
  17. }
  18. .end annotation