CallSuper.smali 653 B

123456789101112131415161718192021
  1. .class public interface abstract annotation Landroid/support/annotation/CallSuper;
  2. .super Ljava/lang/Object;
  3. .source "CallSuper.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. }
  16. .end annotation