Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 593 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 593 Bytes

SPRING FRAMEWORK

A basic implementation of one of the most popular Java framework for Enterprise application development i.e Spring Framework.

Currently available features

  • 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.

Available Annotations

  • @Bean
  • @Autowired
  • @Primary
  • @Scope
  • @Configuration
  • @Component
  • @Service