Package net.bytebuddy.asm
Annotation Interface Advice.AssignReturned.ToArguments
- Enclosing class:
Advice.AssignReturned
@Documented
@Retention(RUNTIME)
@Target(METHOD)
public static @interface Advice.AssignReturned.ToArguments
Assigns the advice method's return value to an argument of the instrumented method of the given index.
Important: This annotation has no effect unless an Advice.AssignReturned post processor is explicitly registered.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA handler for aAdvice.AssignReturned.ToArguments.ToArgumentannotation.static @interfaceDefines a particular assignment for aAdvice.AssignReturned.ToArguments. -
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionThe assignments to process.
-
Element Details
-
value
The assignments to process.- Returns:
- The assignments to process.
-