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 are declared.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.