Tag: spring static pointcut example
NameMatchMethodPointcut Class In Spring AOP
by  Java4s | 5 Comments
  [ Ask Question ]
NameMatchMethodPointcut class is going to verify whether the method names of a spring bean class are matching with the given criteria or not. While configuring this pointcut class into xml, we use mappedName or mappedNames property of the class…