Gets the number of times this pointcut has been evaluated.
The number of times this pointcut has been evaluated.
Useful as a debugging aid.
Note that this value is distinct from the number of times that this pointcut sucessfully matches a target method, in that a ControlFlowPointcut may be evaluated many times but never actually match even once.
ControlFlowPointcut Class | Spring.Aop.Support Namespace