GuardedBy.smali 759 B

123456789101112131415161718192021222324
  1. .class public interface abstract annotation Landroid/support/annotation/GuardedBy;
  2. .super Ljava/lang/Object;
  3. .source "GuardedBy.java"
  4. # interfaces
  5. .implements Ljava/lang/annotation/Annotation;
  6. # annotations
  7. .annotation runtime Ljava/lang/annotation/Retention;
  8. value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
  9. .end annotation
  10. .annotation runtime Ljava/lang/annotation/Target;
  11. value = {
  12. .enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;,
  13. .enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
  14. }
  15. .end annotation
  16. # virtual methods
  17. .method public abstract value()Ljava/lang/String;
  18. .end method