Google News
logo
Java Springs - Interview Questions
What is Pointcut Expression in AOP
A pointcut is a predicate expression for where advice should be applied and uses AspectJ's pointcut expression language. It works in such a way that if certain conditions are met Spring AOP system will apply the given advice code.
Advertisement