Module io.github.pustike.inject
Package io.github.pustike.inject
Pustike Inject is a simple dependency injection framework that implements the
JSR-330 specification.
-
Class Summary Class Description BindingKey<T> Binding key that contains an injection type and an optional qualifier annotation.Injectors This class provides factory methods to createInjector
with bindings specified bymodules
and using anInjectionPointLoader
.Names Utility methods for use with@
Named
. -
Exception Summary Exception Description NoSuchBindingException Indicates that there was a runtime failure while providing an instance.