apkfuckery/com.discord/smali_classes2/com/esotericsoftware/kryo/serializers/FieldSerializer$Bind.smali
2020-05-17 12:40:10 +00:00

42 lines
1.1 KiB
Smali

.class public interface abstract annotation Lcom/esotericsoftware/kryo/serializers/FieldSerializer$Bind;
.super Ljava/lang/Object;
.source "FieldSerializer.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/esotericsoftware/kryo/serializers/FieldSerializer;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x2609
name = "Bind"
.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;->FIELD:Ljava/lang/annotation/ElementType;
}
.end annotation
# virtual methods
.method public abstract value()Ljava/lang/Class;
.annotation system Ldalvik/annotation/Signature;
value = {
"()",
"Ljava/lang/Class<",
"+",
"Lcom/esotericsoftware/kryo/Serializer;",
">;"
}
.end annotation
.end method