parent
d4de3396f7
commit
b30f9a1308
|
@ -1273,7 +1273,7 @@ The following example shows how to use around advice:
|
||||||
// start stopwatch
|
// start stopwatch
|
||||||
val retVal = pjp.proceed()
|
val retVal = pjp.proceed()
|
||||||
// stop stopwatch
|
// stop stopwatch
|
||||||
return pjp.proceed()
|
return retVal
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue