exit
@Advice.AssignReturned.AsScalar(skipOnDefaultValue = false)
@Advice.AssignReturned.ToReturned(typing = Assigner.Typing.DYNAMIC)
The inlined @OnMethodExit body: hand the exit to fireModify and let the post-processor assign whatever comes back.
Return
the method's new return value; returned itself means "unchanged"