Java Spring Framework Question:

What is a Pointcut?

Tweet Share WhatsApp

Answer:

A pointcut is something that defines at what joinpoints an advice should be applied. Advices can be applied at any joinpoint that is supported by the AOP framework. These Pointcuts allow you to specify where theadvice can be applied.

Download Spring Framework PDF Read All 43 Spring Framework Questions
Previous QuestionNext Question
What is an Advice?What is an Introduction in AOP?