Spring Boot - Aspect-Oriented Programming
Why does the pointcut expression
execution(* com.example..*.*(..)) && !within(com.example.internal..*) exclude some methods?