Polish reference docs

This commit is contained in:
Sam Brannen
2023-02-22 12:48:40 +01:00
parent 3a9c7524f0
commit 3ce71932c0
8 changed files with 60 additions and 43 deletions

View File

@@ -2068,6 +2068,12 @@ The following code shows the simple profiling aspect discussed earlier:
[source,kotlin,indent=0,subs="verbatim",role="secondary"]
.Kotlin
----
package x.y
import org.aspectj.lang.ProceedingJoinPoint
import org.springframework.util.StopWatch
import org.springframework.core.Ordered
class SimpleProfiler : Ordered {
private var order: Int = 0