spring-framework / org.springframework.context.support / BeanDefinitionDsl / Autowire

Autowire

enum class Autowire

Autowire enum constants.

Enum Values

NO

Autowire constant that indicates no externally defined autowiring

BY_NAME

Autowire constant that indicates autowiring bean properties by name

BY_TYPE

Autowire constant that indicates autowiring bean properties by type

CONSTRUCTOR

Autowire constant that indicates autowiring the greediest constructor that can be satisfied