node-web-mvc
Version:
node spring mvc
12 lines (11 loc) • 566 B
TypeScript
import Pointcut from '../pointcut/Pointcut';
declare class Before {
value: Pointcut['matches'];
}
declare const _default: {
(options: ((clazz: import("../..").ClazzType, method: import("../..").Method) => boolean) | import("../../servlets/annotations/Target").CreateOptions<typeof Before>): MethodDecorator;
(target: {
[x: string]: any;
}, propertyKey: string, descriptor: TypedPropertyDescriptor<any>): any;
} & import("../../servlets/annotations/annotation/type").LinkAnnotationType<typeof Before> & typeof Before;
export default _default;