Join Slack
Powered by
I'm trying to create a Kotlin annotation (using KA...
# announcements
d
Davio
11/24/2018, 7:15 AM
I'm trying to create a Kotlin annotation (using KAPT) that adds functionality to an existing method, such as performing processing time, etc, so I can do:
Copy code
@Timed fun doSomething() = print("hello")
And it would output the time to stnd out
Open in Slack
Previous
Next