UNPKG

node-web-mvc

Version:
4 lines (3 loc) 333 B
import RuntimeAnnotation from '../annotations/annotation/RuntimeAnnotation'; import AbstractBeanFactory from '../../ioc/factory/AbstractBeanFactory'; export default function hotUpdate(getBeanFactory: () => AbstractBeanFactory, registerWithAnnotation: (annotation: RuntimeAnnotation) => void, createSingletonBeans: () => void): void;