IntRange.smali 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. .class public interface abstract annotation Landroid/support/annotation/IntRange;
  2. .super Ljava/lang/Object;
  3. .source "IntRange.java"
  4. # interfaces
  5. .implements Ljava/lang/annotation/Annotation;
  6. # annotations
  7. .annotation system Ldalvik/annotation/AnnotationDefault;
  8. value = .subannotation Landroid/support/annotation/IntRange;
  9. from = -0x8000000000000000L
  10. to = 0x7fffffffffffffffL
  11. .end subannotation
  12. .end annotation
  13. .annotation runtime Ljava/lang/annotation/Retention;
  14. value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
  15. .end annotation
  16. .annotation runtime Ljava/lang/annotation/Target;
  17. value = {
  18. .enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
  19. .enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;,
  20. .enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;,
  21. .enum Ljava/lang/annotation/ElementType;->LOCAL_VARIABLE:Ljava/lang/annotation/ElementType;,
  22. .enum Ljava/lang/annotation/ElementType;->ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;
  23. }
  24. .end annotation
  25. # virtual methods
  26. .method public abstract from()J
  27. .end method
  28. .method public abstract to()J
  29. .end method