Skip to main content

Pointcut Types

In Aspect-Oriented Programming (AOP), a pointcut is an expression that matches join points. Pointcuts help you specify where advice should be applied in your program. Here are the common