IntDef.smali 909 B

123456789101112131415161718192021222324252627282930313233
  1. .class public interface abstract annotation Landroid/support/annotation/IntDef;
  2. .super Ljava/lang/Object;
  3. .source "IntDef.java"
  4. # interfaces
  5. .implements Ljava/lang/annotation/Annotation;
  6. # annotations
  7. .annotation system Ldalvik/annotation/AnnotationDefault;
  8. value = .subannotation Landroid/support/annotation/IntDef;
  9. flag = false
  10. value = {}
  11. .end subannotation
  12. .end annotation
  13. .annotation runtime Ljava/lang/annotation/Retention;
  14. value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
  15. .end annotation
  16. .annotation runtime Ljava/lang/annotation/Target;
  17. value = {
  18. .enum Ljava/lang/annotation/ElementType;->ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;
  19. }
  20. .end annotation
  21. # virtual methods
  22. .method public abstract flag()Z
  23. .end method
  24. .method public abstract value()[I
  25. .end method