Spring Boot - Aspect-Oriented Programming
Given the pointcut expression
execution(public * com.example.repo.*Repository.find*(..)), which methods will it match?