com.ybo.trackingplugin.tracerlib.defaulttracer.Annotations.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of traceplugin Show documentation
Show all versions of traceplugin Show documentation
gradle plugin allowing to add automatic logs (or other process) at the start of each traced method
package com.ybo.trackingplugin.tracerlib.defaulttracer
import com.ybo.trackingplugin.tracerlib.defaulttracer.tracers.Returner
annotation class DefTraceTest()
annotation class ReverseTrace(val target: String)
/**
* annotate this to your implementation of a [Returner], to be able to
* trace return values
*/
annotation class ReturnTrace()