Implement Before advice ONLY for addMoneyToWallet() method of Service Impl class. Log the current date and time in the console at INFO level using logger variable. Add annotations to make bean for Aspect class and write pointcut expression. Formatted date and time should get logged on executing addMoneyToWallet() method of Service Impl class.
I didn't understand how to apply the logic...