Constant Field Values

Contents

org.intellij.*

  • org.intellij.lang.annotations.Flow 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_SOURCE "The method argument (if parameter was annotated) or this container (if instance method was annotated)"
    public static final java.lang.String DEFAULT_TARGET "This container (if the parameter was annotated) or the return value (if instance method was annotated)"
    public static final java.lang.String RETURN_METHOD_TARGET "The return value of this method"
    public static final java.lang.String THIS_SOURCE "this"
    public static final java.lang.String THIS_TARGET "this"