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

org.springframework.context.annotation (Spring Framework API 2.1) - Spring Framework 2.1.0 API 文档英文版


The Spring Framework

Package org.springframework.context.annotation

Annotation support for context configuration including classpath scanning for autowire candidates.

See:
          Description

Interface Summary
BeanDefinitionScanner  
CandidateComponentProvider  
 

Class Summary
AnnotationConfigBeanDefinitionParser Parser for the <context:annotation-config/> element.
ClassPathBeanDefinitionScanner A BeanDefinitionScanner that detects bean candidates on the classpath.
ClassPathScanningCandidateComponentProvider A component provider that scans the classpath from a base package (default is empty).
ComponentBeanNameGenerator BeanNameGenerator implementation for bean classes annotated with the @Component annotation.
ComponentScanBeanDefinitionParser Parser for the <context:component-scan/> element.
 

Package org.springframework.context.annotation Description

Annotation support for context configuration including classpath scanning for autowire candidates.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.