node-web-mvc
Version:
node spring mvc
11 lines (10 loc) • 349 B
TypeScript
export declare class ControllerAdvice {
}
/**
* 注册Controller切面
*/
declare const _default: {
(target: Function): any;
(options: import("./Target").CreateOptions<typeof ControllerAdvice>): ClassDecorator;
} & import("./annotation/type").LinkAnnotationType<typeof ControllerAdvice> & typeof ControllerAdvice;
export default _default;