SerializedName.smali 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. .class public interface abstract annotation Lcom/google/gson/annotations/SerializedName;
  2. .super Ljava/lang/Object;
  3. .source ""
  4. # interfaces
  5. .implements Ljava/lang/annotation/Annotation;
  6. # annotations
  7. .annotation system Ldalvik/annotation/AnnotationDefault;
  8. value = .subannotation Lcom/google/gson/annotations/SerializedName;
  9. alternate = {}
  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;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
  16. .end annotation
  17. .annotation runtime Ljava/lang/annotation/Target;
  18. value = {
  19. .enum Ljava/lang/annotation/ElementType;->FIELD:Ljava/lang/annotation/ElementType;,
  20. .enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
  21. }
  22. .end annotation
  23. # virtual methods
  24. .method public abstract alternate()[Ljava/lang/String;
  25. .end method
  26. .method public abstract value()Ljava/lang/String;
  27. .end method