| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.springframework.beans.factory.annotation.Autowire | |
Enumeration determining autowiring status: that is, whether a bean should have its dependencies automatically injected by the Spring container using setter injection. This is a core concept in Spring DI.
Available for use in annotation-based configurations, such as for the AspectJ AnnotationBeanConfigurer aspect.
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Autowire | BY_NAME | Constant that indicates autowiring bean properties by name. | |||||||||
| Autowire | BY_TYPE | Constant that indicates autowiring bean properties by type. | |||||||||
| Autowire | NO | Constant that indicates no autowiring at all. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Return whether this represents an actual autowiring value.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Return whether this represents an actual autowiring value.