Package net.bytebuddy.asm
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 ElementsModifier and TypeOptional ElementDescriptionThe typing that should be applied when assigning the latest stack value.
-
Element Details
-
typing
Assigner.Typing typingThe typing that should be applied when assigning the latest stack value.- Returns:
- The typing to apply upon assignment.
- Default:
STATIC
-