AddTrace

@Retention(value = RetentionPolicy.CLASS)
public 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 methods

abstract boolean
abstract String

Public methods

enabled

public abstract boolean enabled()

name

public abstract String name()