@Priority(value=20) public class CdiSeInjectionManagerFactory extends Object implements InjectionManagerFactory
InjectionManagerFactory
which provides a new instance of CDI InjectionManager
.Constructor and Description |
---|
CdiSeInjectionManagerFactory() |
Modifier and Type | Method and Description |
---|---|
InjectionManager |
create(Object parent)
Load a new injection manager with parent object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
create
public InjectionManager create(Object parent)
InjectionManagerFactory
create
in interface InjectionManagerFactory
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.