Uses of Package
io.activej.inject
Packages that use io.activej.inject
Package
Description
-
Classes in io.activej.inject used by io.activej.injectClassDescriptionInjector is the main working component of the ActiveJ Inject.This is a function which can inject instances into
Injectfields and methods of some already existing object.A provider, unlike other DI frameworks, is just a version ofInjector.getInstance(io.activej.inject.Key<T>)with a baked in key.The key defines an identity of a binding.A pattern to match a dependency injectionKey -
Classes in io.activej.inject used by io.activej.inject.bindingClassDescriptionThe key defines an identity of a binding.A pattern to match a dependency injection
Key -
Classes in io.activej.inject used by io.activej.inject.implClassDescriptionThis is a function which can inject instances into
Injectfields and methods of some already existing object.A provider, unlike other DI frameworks, is just a version ofInjector.getInstance(io.activej.inject.Key<T>)with a baked in key.The key defines an identity of a binding. -
Classes in io.activej.inject used by io.activej.inject.moduleClassDescriptionThe key defines an identity of a binding.A pattern to match a dependency injection
Key -
Classes in io.activej.inject used by io.activej.inject.utilClassDescriptionThe key defines an identity of a binding.A pattern to match a dependency injection
Key