12345678910



Question 1: Select method´s signatures that match with the following pointcut:
execution(* com.test.service..*.*(*))

1. void com.test.service.MyServiceImpl#transfert(Money amount)
2. void com.test.service.MyServiceImpl#transfert(Account account, Money amount)
3. void com.test.service.account.MyServiceImpl#transfert(Account account, Money amount)