| 程序包 | 说明 |
|---|---|
| org.springframework.aop.support.annotation |
Annotation support for AOP pointcuts.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static AnnotationMatchingPointcut |
AnnotationMatchingPointcut.forClassAnnotation(Class<? extends Annotation> annotationType)
Factory method for an AnnotationMatchingPointcut that matches
for the specified annotation at the class level.
|
static AnnotationMatchingPointcut |
AnnotationMatchingPointcut.forMethodAnnotation(Class<? extends Annotation> annotationType)
Factory method for an AnnotationMatchingPointcut that matches
for the specified annotation at the method level.
|