I am using Spring AOP and have below aspect:
@Aspect public class LoggingAspect { @Before(\"execution(* com.mkyong.customer.bo.CustomerBo.addCustomer(..
If it's a single String argument, do: joinPoint.getArgs()[0];
joinPoint.getArgs()[0];