modify method arguments using spring aspect

@Before For logging kinds of stuff, we usually use the “@Before”   A before advice gets a copy of the argument array, but it can’t modify the original arguments.      @Around So in order to modify , we need to use “@Around” with which you can pass the args to the execution!