-
Notifications
You must be signed in to change notification settings - Fork 7
Method Aspects
Sagi edited this page Apr 3, 2015
·
3 revisions
NCop supports two kind of method aspects
-
OnMethodBoundaryAspect
- When applied on a method, inserts pieces of code before and after the execution of the method. -
MethodInterceptionAspect
- When applied on a method, intercepts invocations of this method.