A basic implementation of one of the most popular Java framework for Enterprise application development i.e Spring Framework.
- Spring core ApplicationContext and its implementation class AnnotationConfigApplicationContext.
- Current implementation only support constructor with bean source config classes as argument or default constructor with no argument.
- Get bean from ApplicationContext using bean name, bean type etc.
- @Bean
- @Autowired
- @Primary
- @Scope
- @Configuration
- @Component
- @Service