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