diff options
Diffstat (limited to 'docs/modules/pdguide/pages/pointcuts.adoc')
-rw-r--r-- | docs/modules/pdguide/pages/pointcuts.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/modules/pdguide/pages/pointcuts.adoc b/docs/modules/pdguide/pages/pointcuts.adoc index e5199fc95..2a93f86e9 100644 --- a/docs/modules/pdguide/pages/pointcuts.adoc +++ b/docs/modules/pdguide/pages/pointcuts.adoc @@ -49,7 +49,7 @@ each join point? This translates to `this()`, `target()`, `args()`, . Are there any advice or implementation limitations at issue? This involves knowing the few constraints on AspectJ imposed by Java bytecode as listed in the AspectJ Programming Guide section on -xref:../progguide/implementation.adoc#implementation[Implementation Notes]. +xref:progguide:implementation.adoc#implementation[Implementation Notes]. It's much faster to iterate a pointcut at compile-time using declare warning (even better, some errors are identified at parse-time in the |