node-web-mvc
Version:
node spring mvc
22 lines (21 loc) • 794 B
TypeScript
/**
* @module Qualifier
* @description
*/
import Component from './Component';
declare class Qualifier extends Component {
}
declare const _default: {
(options: string | import("../../servlets/annotations/Target").CreateOptions<typeof Qualifier>): (target: any, name?: string, p?: number | TypedPropertyDescriptor<any>) => any;
(target: Function): 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("../../servlets/annotations/annotation/type").LinkAnnotationType<typeof Qualifier> & typeof Qualifier;
export default _default;