|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
scoped provider
, which controls the bindings
scope (When
is the instance created?)IInjector
.injector
.Annotation
, that equals the
given.
Annotation
of the given type.
injector
, which is configured by invoking
the given modules.
injector
, which is configured by invoking
the given modules.
injectors
via
factory methods.module
, which injects Commons Logging Loggers, aka instances of
Log
.IInjectorBuilder
to create bindings, by using
the given binder
.
IBinding
; basically a simple
wrapper for instances of IProvider
, and IPoint
.injector
.AbstractLoggerInjectingModule.newLogger(String)
.
pType
, if a matching binding is present.
point
, which can be used to inject members
into an instance that has been created previously.
provider
, which can be used to create
the instance.
IBinder
is passed as an argument to modules.binding
contains the information necessary to
have the injector
create a POJO.injector
is used to build objects for your application.injector
has been created.module
is created by the user in order to configure
the IInjector
.injector
itself.
module
, which injects Log4J 2 loggers, aka instances of
Logger
.module
, which injects Log4J loggers, aka instances of
Logger
.CommonsInject.build(IModule...)
, which provides additional
control on the injectors configuration.
Log
.
Logger
.
Logger
.
Logger
.
pType
, if a matching binding is present.
module
, which injects SLF4J loggers, aka instances of
Logger
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |