UNPKG

node-web-mvc

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