aspect execution expression code example
Example: point cut in AOP
@Around("repositoryClassMethods()")public Object measureMethodExecutionTime(ProceedingJoinPoint pjp) throws Throwable { ...}
@Around("repositoryClassMethods()")public Object measureMethodExecutionTime(ProceedingJoinPoint pjp) throws Throwable { ...}