Since.smali 772 B

123456789101112131415161718192021222324252627
  1. .class public interface abstract annotation Lcom/google/gson/annotations/Since;
  2. .super Ljava/lang/Object;
  3. .source ""
  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;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
  11. .end annotation
  12. .annotation runtime Ljava/lang/annotation/Target;
  13. value = {
  14. .enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;,
  15. .enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
  16. }
  17. .end annotation
  18. # virtual methods
  19. .method public abstract value()D
  20. .end method