public interface InjectionManagerFactory
InjectionManager
. Every DI provider must create its own InjectionManagerFactory
and register it in META-INF.services. Then the InjectionManagerFactory
can be looked up and InjectionManager
can be created.Modifier and Type | Method and Description |
---|---|
default InjectionManager |
create()
Load a new injection manager without parent and initial binder.
|
InjectionManager |
create(Object parent)
Load a new injection manager with parent object.
|
default InjectionManager create()
InjectionManager create(Object parent)
parent
- injection manager parent or concrete DI specific object which is compatible with DI provider.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.