@Target(value={}) @RepeatedAnnotationPlugin.Enhance(value=Advice.AssignReturned.ToArguments.class) public static @interface Advice.AssignReturned.ToArguments.ToArgument
Advice.AssignReturned.ToArguments
.Modifier and Type | Required Element and Description |
---|---|
int |
value
The index of the parameter to assign.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
index
The index in the array that is returned which represents the assigned value.
|
Assigner.Typing |
typing
The typing to apply when assigning the returned value to the targeted value.
|
public abstract int value
public abstract int index
public abstract Assigner.Typing typing
Copyright © 2014–2025. All rights reserved.