node-web-mvc
Version:
node spring mvc
16 lines (15 loc) • 620 B
TypeScript
declare class MetaProperty {
}
declare const _default: {
(options: import("./Target").CreateOptions<typeof MetaProperty>): (target: Object, name: string, p?: number | TypedPropertyDescriptor<any>) => any;
(target: {
[x: string]: any;
}, propertyKey: string): any;
(target: {
[x: string]: any;
}, propertyKey: string, descriptor: TypedPropertyDescriptor<any>): any;
(target: {
[x: string]: any;
}, propertyKey: string, parameterIndex: number): any;
} & import("./annotation/type").LinkAnnotationType<typeof MetaProperty> & typeof MetaProperty;
export default _default;