Testing the various Dependency Injections in Spring
- Constructor Dependency using Constructors and the
<constructor-arg/>tag in the Spring container (Application Context) - Setter Dependency using Lombok's setters and the
<property name="" ref="AnotherBeanName"/>tag - Literal Dependency using
<property name = "" value = ""/>tag