Path: blob/master/Compiled_apk/smali/org/intellij/lang/annotations/Flow.smali
2476 views
.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 DEFAULT_SOURCE:Ljava/lang/String; = "The method argument (if parameter was annotated) or this container (if instance method was annotated)" .field public static final DEFAULT_TARGET:Ljava/lang/String; = "This container (if the parameter was annotated) or the return value (if instance method was annotated)" .field public static final RETURN_METHOD_TARGET:Ljava/lang/String; = "The return value of this method" .field public static final THIS_SOURCE:Ljava/lang/String; = "this" .field public static final THIS_TARGET:Ljava/lang/String; = "this" # 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