Tag: aop static pointcut
Spring AOP Static Pointcut Example
by  Java4s | 5 Comments
  [ Ask Question ]
Pointcut verifies whether a particular method of particular class is eligible for getting the advice or not. It means the pointcut verifies the class names and method names, but not run time parameters of the method. in spring AOP…