-
Notifications
You must be signed in to change notification settings - Fork 48
Glossary
Pascal Craponne edited this page Feb 7, 2015
·
1 revision
#Glossary
Here are listed the terms you will find in the application code.
Advice: code applied before or after original code. In weavisor, the developper writes advices
There are some specific kind of advices:
- Info advice: an advice to a property or method info. This kind of advice is called once when module is loaded
Aspect: an advice applied to a pointcut
Pointcut: the code where the advice is applied. With Weavisor, advices are attributes, and pointcuts are the assemblies, types, methods, properties or parameters where the advices are applied.