AddTrace

@Retention(value = RetentionPolicy.CLASS)
annotation AddTrace


An annotation when applied to a method will create a Trace object with given name and insert start at the start of the method and stop at the end.

Summary

Public functions

abstract Boolean
abstract String!

Public functions

enabled

abstract fun enabled(): Boolean

name

abstract fun name(): String!