Annotation Type MemberSubstitution.Current


  • @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:
    MemberSubstitution.Substitution.Chain.Step.ForDelegation
    • Optional Element Summary

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

      • typing

        Assigner.Typing typing
        The typing that should be applied when assigning the latest stack value.
        Returns:
        The typing to apply upon assignment.
        Default:
        net.bytebuddy.implementation.bytecode.assign.Assigner.Typing.STATIC