@ -1580,7 +1580,7 @@ the join point object, the `argNames` attribute need not include it:
@@ -1580,7 +1580,7 @@ the join point object, the `argNames` attribute need not include it:
}
----
<1> References the `publicMethod` named pointcut defined in <<aop-pointcuts-combining>>.
@ -1593,13 +1593,13 @@ the join point object, the `argNames` attribute need not include it:
@@ -1593,13 +1593,13 @@ the join point object, the `argNames` attribute need not include it:
}
----
<1> References the `publicMethod` named pointcut defined in <<aop-pointcuts-combining>>.
+
The special treatment given to the first parameter of the `JoinPoint`,
`ProceedingJoinPoint`, and `JoinPoint.StaticPart` types is particularly convenient for
advice instances that do not collect any other join point context. In such situations, you may
omit the `argNames` attribute. For example, the following advice need not declare