Uses of Class
org.springframework.beans.factory.annotation.Autowire
Packages that use Autowire Package Description org.springframework.beans.factory.annotation Support package for annotation-driven bean configuration.org.springframework.context.annotation Annotation support for the Application Context, including JSR-250 "common" annotations, component-scanning, and Java-based metadata for creating Spring-managed objects.Uses of Autowire in org.springframework.beans.factory.annotation
Methods in org.springframework.beans.factory.annotation that return Autowire Modifier and Type Method Description Autowireautowire()Are dependencies to be injected via autowiring?static AutowireAutowire. 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.Uses of Autowire in org.springframework.context.annotation
Methods in org.springframework.context.annotation that return Autowire Modifier and Type Method Description Autowireautowire()Deprecated.as of 5.1, since@Beanfactory method argument resolution and@Autowiredprocessing supersede name/type-based bean property injection