2022-06-10 21:38:30 +09:00

73 lines
2.4 KiB
Smali

.class public interface abstract annotation Lorg/intellij/lang/annotations/Flow;
.super Ljava/lang/Object;
.source "Flow.java"
# interfaces
.implements Ljava/lang/annotation/Annotation;
# annotations
.annotation system Ldalvik/annotation/AnnotationDefault;
value = .subannotation Lorg/intellij/lang/annotations/Flow;
source = "The method argument (if parameter was annotated) or this container (if instance method was annotated)"
sourceIsContainer = false
target = "This container (if the parameter was annotated) or the return value (if instance method was annotated)"
targetIsContainer = false
.end subannotation
.end annotation
.annotation runtime Ljava/lang/annotation/Documented;
.end annotation
.annotation runtime Ljava/lang/annotation/Retention;
value = .enum Ljava/lang/annotation/RetentionPolicy;->CLASS:Ljava/lang/annotation/RetentionPolicy;
.end annotation
.annotation runtime Ljava/lang/annotation/Target;
value = {
.enum Ljava/lang/annotation/ElementType;->PARAMETER:Ljava/lang/annotation/ElementType;,
.enum Ljava/lang/annotation/ElementType;->METHOD:Ljava/lang/annotation/ElementType;
}
.end annotation
# static fields
.field public static final A0:Ljava/lang/String; = "This container (if the parameter was annotated) or the return value (if instance method was annotated)"
.annotation build Lorg/jetbrains/annotations/NonNls;
.end annotation
.end field
.field public static final B0:Ljava/lang/String; = "The return value of this method"
.annotation build Lorg/jetbrains/annotations/NonNls;
.end annotation
.end field
.field public static final C0:Ljava/lang/String; = "this"
.annotation build Lorg/jetbrains/annotations/NonNls;
.end annotation
.end field
.field public static final y0:Ljava/lang/String; = "The method argument (if parameter was annotated) or this container (if instance method was annotated)"
.annotation build Lorg/jetbrains/annotations/NonNls;
.end annotation
.end field
.field public static final z0:Ljava/lang/String; = "this"
.annotation build Lorg/jetbrains/annotations/NonNls;
.end annotation
.end field
# virtual methods
.method public abstract source()Ljava/lang/String;
.end method
.method public abstract sourceIsContainer()Z
.end method
.method public abstract target()Ljava/lang/String;
.end method
.method public abstract targetIsContainer()Z
.end method