RestrictTo.smali 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. .class public interface abstract annotation Landroid/support/annotation/RestrictTo;
  2. .super Ljava/lang/Object;
  3. .source "RestrictTo.java"
  4. # interfaces
  5. .implements Ljava/lang/annotation/Annotation;
  6. # annotations
  7. .annotation system Ldalvik/annotation/MemberClasses;
  8. value = {
  9. Landroid/support/annotation/RestrictTo$Scope;
  10. }
  11. .end annotation
  12. .annotation runtime Ljava/lang/annotation/Retention;
  13. value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
  14. .end annotation
  15. .annotation runtime Ljava/lang/annotation/Target;
  16. value = {
  17. .enum Ljava/lang/annotation/ElementType;->ANNOTATION_TYPE:Ljava/lang/annotation/ElementType;,
  18. .enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;,
  19. .enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;,
  20. .enum Ljava/lang/annotation/ElementType;->CONSTRUCTOR:Ljava/lang/annotation/ElementType;,
  21. .enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;,
  22. .enum Ljava/lang/annotation/ElementType;->PACKAGE:Ljava/lang/annotation/ElementType;
  23. }
  24. .end annotation
  25. # virtual methods
  26. .method public abstract value()[Landroid/support/annotation/RestrictTo$Scope;
  27. .end method