@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public static @interface Advice.AssignReturned.ToFields
Assigns the advice method's return value to a given field.
Important: This annotation has no effect unless an Advice.AssignReturned
post processor is explicitly registered.
Modifier and Type | Required Element and Description |
---|---|
Advice.AssignReturned.ToFields.ToField[] |
value
The field assignments to apply.
|
public abstract Advice.AssignReturned.ToFields.ToField[] value
Copyright © 2014–2024. All rights reserved.