Annotation Interface MemberSubstitution.Current

Enclosing class:
MemberSubstitution

@Documented @Retention(RUNTIME) @Target({PARAMETER,METHOD,CONSTRUCTOR}) public static @interface MemberSubstitution.Current
Indicates that the annotated parameter should be assigned the value of the result that was yielded by the previous chain expression.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The typing that should be applied when assigning the latest stack value.
  • Element Details

    • typing

      The typing that should be applied when assigning the latest stack value.
      Returns:
      The typing to apply upon assignment.
      Default:
      STATIC