26 lines
801 B
Smali
26 lines
801 B
Smali
.class public interface abstract annotation Lcom/google/firebase/encoders/annotations/Encodable;
|
|
.super Ljava/lang/Object;
|
|
.source "Encodable.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/annotation/Annotation;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/google/firebase/encoders/annotations/Encodable$Ignore;,
|
|
Lcom/google/firebase/encoders/annotations/Encodable$Field;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/annotation/Retention;
|
|
value = .enum Ljava/lang/annotation/RetentionPolicy;->RUNTIME:Ljava/lang/annotation/RetentionPolicy;
|
|
.end annotation
|
|
|
|
.annotation runtime Ljava/lang/annotation/Target;
|
|
value = {
|
|
.enum Ljava/lang/annotation/ElementType;->TYPE:Ljava/lang/annotation/ElementType;
|
|
}
|
|
.end annotation
|