This coding lab covers unit "Spring Core", module "Inversion of Control".
- This project contains the definitions for some beans
- We can use annotations to define the scope of those beans
- Look out for @TODO statements to identify where annotations need to be added/modified
- Lab.Beans.ScopeBean.java
- Test files
- Lab.Application.java