UNPKG

node-web-mvc

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