Skip to content
Fabien Le Houëdec edited this page Jan 23, 2018 · 1 revision

Needle

A tiny and lightweight DI Framework for Java 8. Made for learning purposes.

Incoming features

  • @Named annotation support : this annotation will allow to qualify an implementation of a service. @Inject will accept as a value a qualifier to allow the DI mechanism to find the suitable bean.
  • Implementations resolving strategy : possible to define a class that define the strategy for finding a class implementation for a Service.
  • Enhancement of configuration