@Documented @Retention(value=RUNTIME) @Target(value=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.
Modifier and Type | Required Element and Description |
---|---|
Advice.AssignReturned.ToArguments.ToArgument[] |
value
The assignments to process.
|
public abstract Advice.AssignReturned.ToArguments.ToArgument[] value
Copyright © 2014–2024. All rights reserved.