Spring Boot - Aspect-Oriented Programming
You want to create a pointcut expression that matches all methods in any class within
com.app.service and its subpackages, but only methods that have exactly two parameters of any type. Which expression is correct?