A simple Kotlin-based library that uses AspectJ to log the execution time of annotated methods.
Annotate any method with @LogTime to log its runtime:
@LogTime
fun doSomething() {
// your code
}
For a detailed description of the available properties of the @Logging annotation,
check out the class' javadoc