node-web-mvc
Version:
node spring mvc
4 lines (3 loc) • 333 B
TypeScript
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;