Changes between Version 3 and Version 4 of C4Syntax
- Timestamp:
- 06/26/08 11:30:40 (17 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
C4Syntax
v3 v4 4 4 === Around Advice === 5 5 6 In C4, an around advice is explicitly defined by using the `advice_around` keyword. In this context, the optional proceed(...)call6 In C4, an around advice is explicitly defined by using the `advice_around` keyword. In this context, the optional `proceed(...)` call 7 7 is supported to invoke the function body. An example of around advice can be found in [#Example4 example 4]. We would greatly 8 8 appreciate feedback on the use of around as currently defined.
