CheckResult.smali 938 B

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