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

Uses of Class org.springframework.beans.factory.annotation.Autowire (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Uses of Class
org.springframework.beans.factory.annotation.Autowire

Packages that use Autowire
org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration. 
 

Uses of Autowire in org.springframework.beans.factory.annotation
 

Methods in org.springframework.beans.factory.annotation that return Autowire
static Autowire Autowire.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Autowire[] Autowire.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.