public interface InitializingBean
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterPropertiesSet()
该方法在所有属性被设置之后调用,用于辅助对象初始化
This method is invoked after all properties are set, and is used to assist object initialization.
|
void afterPropertiesSet()
throws NulsException
NulsExceptionCopyright © 2021. All rights reserved.