T - type of created bean.public interface BeanFactory<T>
| Modifier and Type | Method and Description |
|---|---|
T |
createInstance()
Create instance of bean.
|
T createInstance() throws KernelException
Remember, that dependencies will not be injected to this bean. Factory must do that!
KernelException - when something goes wrong.Copyright © 2004–2020 "Tigase, Inc.". All rights reserved.