站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

org.springframework.aop.support.annotation (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Package org.springframework.aop.support.annotation

Annotation support for AOP pointcuts.

See:
          Description

Class Summary
AnnotationClassFilter Simple ClassFilter that looks for a specific Java 5 annotation being present on a class.
AnnotationMatchingPointcut Simple Pointcut that looks for a specific Java 5 annotation being present on a class or method.
AnnotationMethodMatcher Simple MethodMatcher that looks for a specific Java 5 annotation being present on a method (checking both the method on the invoked interface, if any, and the corresponding method on the target class).
 

Package org.springframework.aop.support.annotation Description

Annotation support for AOP pointcuts.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.