Annotation Interface MethodTimeNs


@Target(PARAMETER) public @interface MethodTimeNs
Parameter annotated with @MethodTimeNs will be assigned to the method execution time in nanoseconds. This annotation can be used in onReturn(), onUncaughtException() and onExit() callbacks. Parameter must be declared as long.