Skip to content

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

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages