The Spring Framework

Uses of Class
org.springframework.aop.support.annotation.AnnotationMatchingPointcut

Packages that use AnnotationMatchingPointcut
org.springframework.aop.support.annotation Annotation support for AOP pointcuts. 
 

Uses of AnnotationMatchingPointcut in org.springframework.aop.support.annotation
 

Methods in org.springframework.aop.support.annotation that return AnnotationMatchingPointcut
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.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.