node-web-mvc
Version:
node spring mvc
14 lines (13 loc) • 460 B
TypeScript
declare class ServletRsponse {
}
/**
* 从servlet上下文中提取response
* action(@ServletRequest response)
*/
declare const _default: {
(options: import("../Target").CreateOptions<typeof ServletRsponse>): ParameterDecorator;
(target: {
[x: string]: any;
}, propertyKey: string, parameterIndex: number): any;
} & import("../annotation/type").LinkAnnotationType<typeof ServletRsponse> & typeof ServletRsponse;
export default _default;