Skip to content

Basic Ioc container with annotation based configuration and bean discovery

Notifications You must be signed in to change notification settings

Recks11/ioc-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Inversion of Control Container

A simple annotation based ioc container that supports dependency injection.

Supported Annotations

  • @Bean - Signify a Method that produces a Bean on execution`
  • @Named - Specify the name of a Bean
  • @Primary - Specify the default bean to be selected in the event of conflicts
  • @Component - A Bean that should be picked up while scanning (on startup) and have its dependencies injected

About

Basic Ioc container with annotation based configuration and bean discovery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages