All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ybo.trackingplugin.tracerlib.defaulttracer.Annotations.kt Maven / Gradle / Ivy

Go to download

gradle plugin allowing to add automatic logs (or other process) at the start of each traced method

There is a newer version: 0.6.2
Show newest version
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()




© 2015 - 2024 Weber Informatics LLC | Privacy Policy