| org.springframework.aop.support.annotation | Annotation support for AOP pointcuts. |
| ExpressionPointcut | Interface to be implemented by pointcuts that use String expressions. | code | html |
| AbstractBeanFactoryPointcutAdvisor | Abstract BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in a BeanFactory. | code | html |
| AbstractExpressionPointcut | Abstract superclass for expression pointcuts, offering location and expression properties. | code | html |
| AbstractGenericPointcutAdvisor | Abstract generic PointcutAdvisor that allows for any Advice to be configured. | code | html |
| AbstractPointcutAdvisor | Abstract base class for org.springframework.aop.PointcutAdvisor implementations. | code | html |
| AbstractRegexpMethodPointcut | Abstract base regular expression pointcut bean. | code | html |
| AopUtils | Utility methods for AOP support code. | code | html |
| ClassFilters | Static utility methods for composing ClassFilters . | code | html |
| DynamicMethodMatcher | Convenient abstract superclass for dynamic method matchers, which do care about arguments at runtime. | code | html |
| DynamicMethodMatcherPointcut | Convenient superclass when we want to force subclasses to implement MethodMatcher interface, but subclasses will want to be pointcuts. | code | html |
| DynamicMethodMatcherPointcutAdvisor | Convenient superclass for Advisors that are also dynamic pointcuts. | code | html |
| MethodMatchers | Static utility methods for composing MethodMatchers . | code | html |
| Pointcuts | Pointcut constants for matching getters and setters, and static methods useful for manipulating and evaluating pointcuts. | code | html |
| StaticMethodMatcher | Convenient abstract superclass for static method matchers, which don't care about arguments at runtime. | code | html |
| StaticMethodMatcherPointcut | Convenient superclass when we want to force subclasses to implement the MethodMatcher interface but subclasses will want to be pointcuts. | code | html |
| StaticMethodMatcherPointcutAdvisor | Convenient base class for Advisors that are also static pointcuts. | code | html |
| ClassFilters.IntersectionClassFilter | ClassFilter implementation for an intersection of the given ClassFilters. | code | html |
| ClassFilters.UnionClassFilter | ClassFilter implementation for a union of the given ClassFilters. | code | html |
| ComposablePointcut | Convenient class for building up pointcuts. | code | html |
| ControlFlowPointcut | Pointcut and method matcher for use in simple cflow-style pointcut. | code | html |
| DefaultBeanFactoryPointcutAdvisor | Concrete BeanFactory-based PointcutAdvisor that allows for any Advice to be configured as reference to an Advice bean in the BeanFactory, as well as the Pointcut to be configured through a bean property. | code | html |
| DefaultIntroductionAdvisor | Simple org.springframework.aop.IntroductionAdvisor implementation that by default applies to any class. | code | html |
| DefaultPointcutAdvisor | Convenient Pointcut-driven Advisor implementation. | code | html |
| DelegatePerTargetObjectIntroductionInterceptor | Convenient implementation of the org.springframework.aop.IntroductionInterceptor interface. | code | html |
| DelegatingIntroductionInterceptor | Convenient implementation of the org.springframework.aop.IntroductionInterceptor interface. | code | html |
| IntroductionInfoSupport | Support for implementations of org.springframework.aop.IntroductionInfo . | code | html |
| JdkRegexpMethodPointcut | Regular expression pointcut based on the java.util.regex package. |
code | html |
| MethodMatchers.ClassFilterAwareUnionMethodMatcher | MethodMatcher implementation for a union of two given MethodMatchers, supporting an associated ClassFilter per MethodMatcher. | code | html |
| MethodMatchers.IntersectionMethodMatcher | MethodMatcher implementation for an intersection of two given MethodMatchers. | code | html |
| MethodMatchers.UnionMethodMatcher | MethodMatcher implementation for a union of two given MethodMatchers. | code | html |
| NameMatchMethodPointcut | Pointcut bean for simple method name matches, as alternative to regexp patterns. | code | html |
| NameMatchMethodPointcutAdvisor | Convenient class for name-match method pointcuts that hold an Advice, making them an Advisor. | code | html |
| Perl5RegexpMethodPointcut | Perl5-style regular expression pointcut. | code | html |
| Pointcuts.GetterPointcut | Pointcut implementation that matches bean property getters. | code | html |
| Pointcuts.SetterPointcut | Pointcut implementation that matches bean property setters. | code | html |
| RegexpMethodPointcutAdvisor | Convenient class for regexp method pointcuts that hold an Advice, making them an org.springframework.aop.Advisor . | code | html |
| RegexpMethodPointcutAdvisor.SerializableMonitor | Empty class used for a serializable monitor object. | code | html |
| RootClassFilter | Simple ClassFilter implementation that passes classes (and optionally subclasses) | code | html |
| UnionPointcut | Pointcut unions are tricky, because we can't just OR the MethodMatchers: we need to check that each MethodMatcher's ClassFilter was happy as well. | code | html |
| UnionPointcut.PointcutUnionMethodMatcher | code | html |