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

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

The Spring Framework

Package org.springframework.core.annotation

Core support package for Java 5 annotations.

See:
          Description

Class Summary
AnnotationAwareOrderComparator Comparator implementation that checks Ordered as well as the Order annotation, with an order value provided by an Ordered instance overriding a statically defined annotation value (if any).
AnnotationUtils General utility methods for working with annotations, handling bridge methods (which the compiler generates for generic declarations) as well as super methods (for optional "annotation inheritance").
 

Annotation Types Summary
Order Annotation to define ordering.
 

Package org.springframework.core.annotation Description

Core support package for Java 5 annotations.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.