JoinPoint: It specifies a point (method) in application where Advice will be executed.
Pointcut: It's a combination of JoinPoints, and it specifies that at which JoinPoint Advice will be executed.
JoinPoint: It specifies a point (method) in application where Advice will be executed.
Pointcut: It's a combination of JoinPoints, and it specifies that at which JoinPoint Advice will be executed.