Am learning AOP concepts in Spring. I am now pretty aware of the usages of @Before and @After Annotations and started using it for Time capturing purpose.
This is pretty much satisfying all my AOP related needs. Wondering what is that @pointcut annotation that every spring guide talks about ? Is that a redundant functionality ? or does it has separate needs ?