Package org.springframework.aop.support
Interface ExpressionPointcut
- All Superinterfaces:
- Pointcut
- All Known Implementing Classes:
- AbstractExpressionPointcut,- AspectJExpressionPointcut
Interface to be implemented by pointcuts that use String expressions.
- Since:
- 2.0
- Author:
- Rob Harrop
- 
Field Summary
- 
Method SummaryModifier and TypeMethodDescriptionReturn the String expression for this pointcut.Methods inherited from interface org.springframework.aop.PointcutgetClassFilter, getMethodMatcher
- 
Method Details- 
getExpressionReturn the String expression for this pointcut.
 
-