Skip to content

pjamrozowicz/MyInjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyInjector

Implementation of IoC container in Java.

It supports:

  • Dependency injection
    • using constructor
    • using methods
    • using fields
  • Named bindings
  • Defining object scope
    • Prototype
    • Singleton
  • Injecting collections
  • Injecting primitive data types
  • Using both annotations and bindings collection to add bindings, define scope and other details.
  • Optional bindings
  • Detecting cycle dependencies in constructor

About

My implementation of IoC Container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages