Skip to content

akgarg0472/SpringFramework

Repository files navigation

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

About

Spring Framework fun implementation in Core Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages