node-web-mvc
Version:
node spring mvc
10 lines (9 loc) • 478 B
TypeScript
import Pointcut from '../pointcut/Pointcut';
declare class Aspect {
value?: Pointcut['matches'];
}
declare const _default: {
(target: Function): any;
(options: ((clazz: import("../..").ClazzType, method: import("../..").Method) => boolean) | import("../../servlets/annotations/Target").CreateOptions<typeof Aspect>): ClassDecorator;
} & import("../../servlets/annotations/annotation/type").LinkAnnotationType<typeof Aspect> & typeof Aspect;
export default _default;