JavaScript is disabled on your browser.
Skip navigation links
Spring Framework
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Package
org.springframework.aop.support.annotation
Packages that use
org.springframework.aop.support.annotation
Package
Description
org.springframework.aop.support.annotation
Annotation support for AOP pointcuts.
Classes in
org.springframework.aop.support.annotation
used by
org.springframework.aop.support.annotation
Class
Description
AnnotationMatchingPointcut
Simple
Pointcut
that looks for a specific annotation being present on a
class
or
method
.